#F08AB6

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

Shades of Persian Pink #F08AB6

Tints of Persian Pink #F08AB6

Color information

#F08AB6 (or 0xF08AB6) is unknown color: approx Persian Pink. HEX triplet: F0, 8A and B6. RGB value is (240,138,182). Sum of RGB (Red+Green+Blue) = 240+138+182=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AB6 is #0F7549. Grayscale: #ADADAD. Windows color (decimal): -1013066 or 11963120. OLE color: 11963120.

HSL color Cylindrical-coordinate representation of color #F08AB6: hue angle of 334.12º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AB6 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240138182-
CMYK00.420.240.06
HSL334.12º77.27%74.12%-
HSV(B)334.12º42.5%94.12%-
XYZ53.4740.0849.17-
YUV173.51132.79175.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=42.86%
G=24.64%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013818200.420.240.06334.1277.2774.12
HexF08AB602A18614e4d4a
Octal360212266052306516115112
Binary11110000100010101011011001010101100011010100111010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AB6; }

 p { color: rgb(240,138,182); }

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

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

 a { background-color: rgb(240,138,182); }

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

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

 span { border-color: rgb(240,138,182); }

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