#F08AB9

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

Shades of Persian Pink #F08AB9

Tints of Persian Pink #F08AB9

Color information

#F08AB9 (or 0xF08AB9) is unknown color: approx Persian Pink. HEX triplet: F0, 8A and B9. RGB value is (240,138,185). Sum of RGB (Red+Green+Blue) = 240+138+185=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AB9 is #0F7546. Grayscale: #ADADAD. Windows color (decimal): -1013063 or 12159728. OLE color: 12159728.

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

Color convert

RGB240138185-
CMYK00.420.230.06
HSL332.35º77.27%74.12%-
HSV(B)332.35º42.5%94.12%-
XYZ53.7840.2150.82-
YUV173.86134.29175.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=42.63%
G=24.51%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013818500.420.230.06332.3577.2774.12
HexF08AB902A17614c4d4a
Octal360212271052276514115112
Binary11110000100010101011100101010101011111010100110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AB9; }

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

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

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

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

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

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

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

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