#F075B9

Color #F075B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F075B9

Tints of Persian Pink #F075B9

Color information

#F075B9 (or 0xF075B9) is unknown color: approx Persian Pink. HEX triplet: F0, 75 and B9. RGB value is (240,117,185). Sum of RGB (Red+Green+Blue) = 240+117+185=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F075B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075B9 is #0F8A46. Grayscale: #A1A1A1. Windows color (decimal): -1018439 or 12154352. OLE color: 12154352.

HSL color Cylindrical-coordinate representation of color #F075B9: hue angle of 326.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075B9 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240117185-
CMYK00.510.230.06
HSL326.83º80.39%70%-
HSV(B)326.83º51.25%94.12%-
XYZ51.0534.7549.92-
YUV161.53141.25183.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=44.28%
G=21.59%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011718500.510.230.06326.8380.3970
HexF075B90331761475046
Octal360165271063276507120106
Binary1111000011101011011100101100111011111010100011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F075B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F075B9; }

 p { color: rgb(240,117,185); }

 H1.HeaderClassName
 {
   color: #F075B9;
 }
 .AnyTagClassName
 {
   color: #F075B9;
 }
</style>
background-color css

<style>
 a { background-color: #F075B9; }

 a { background-color: rgb(240,117,185); }

 div.DivClassName
 {
   background-color: #F075B9;
 }
 .BgClassName
 {
   background-color: #F075B9;
 }
</style>
border-color css

<style>
 span { border-color: #F075B9; }

 span { border-color: rgb(240,117,185); }

 td.TdClassName
 {
   border-color: #F075B9;
 }
 .TagClassName
 {
   border-color: #F075B9;
 }
</style>