#F080B8

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

Shades of Persian Pink #F080B8

Tints of Persian Pink #F080B8

Color information

#F080B8 (or 0xF080B8) is unknown color: approx Persian Pink. HEX triplet: F0, 80 and B8. RGB value is (240,128,184). Sum of RGB (Red+Green+Blue) = 240+128+184=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B8 is #0F7F47. Grayscale: #A7A7A7. Windows color (decimal): -1015624 or 12091632. OLE color: 12091632.

HSL color Cylindrical-coordinate representation of color #F080B8: hue angle of 330º 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 #F080B8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240128184-
CMYK00.470.230.06
HSL330º78.87%72.16%-
HSV(B)330º46.67%94.12%-
XYZ52.3137.4249.81-
YUV167.87137.11179.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=43.48%
G=23.19%
B=33.33%

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
Decimal24012818400.470.230.0633078.8772.16
HexF080B802F17614a4f48
Octal360200270057276512117110
Binary11110000100000001011100001011111011111010100101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080B8; }

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

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

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

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

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

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

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

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