#F080B9

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

Shades of Persian Pink #F080B9

Tints of Persian Pink #F080B9

Color information

#F080B9 (or 0xF080B9) is unknown color: approx Persian Pink. HEX triplet: F0, 80 and B9. RGB value is (240,128,185). Sum of RGB (Red+Green+Blue) = 240+128+185=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B9 is #0F7F46. Grayscale: #A7A7A7. Windows color (decimal): -1015623 or 12157168. OLE color: 12157168.

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

Color convert

RGB240128185-
CMYK00.470.230.06
HSL329.46º78.87%72.16%-
HSV(B)329.46º46.67%94.12%-
XYZ52.4137.4750.37-
YUV167.99137.61179.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=43.40%
G=23.15%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012818500.470.230.06329.4678.8772.16
HexF080B902F1761494f48
Octal360200271057276511117110
Binary11110000100000001011100101011111011111010100100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080B9; }

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

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

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

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

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

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

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

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