#F089B9

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

Shades of Persian Pink #F089B9

Tints of Persian Pink #F089B9

Color information

#F089B9 (or 0xF089B9) is unknown color: approx Persian Pink. HEX triplet: F0, 89 and B9. RGB value is (240,137,185). Sum of RGB (Red+Green+Blue) = 240+137+185=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F089B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089B9 is #0F7646. Grayscale: #ADADAD. Windows color (decimal): -1013319 or 12159472. OLE color: 12159472.

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

Color convert

RGB240137185-
CMYK00.430.230.06
HSL332.04º77.44%73.92%-
HSV(B)332.04º42.92%94.12%-
XYZ53.6439.9250.78-
YUV173.27134.62175.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=42.70%
G=24.38%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013718500.430.230.06332.0477.4473.92
HexF089B902B17614c4d4a
Octal360211271053276514115112
Binary11110000100010011011100101010111011111010100110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089B9; }

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

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

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

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

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

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

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

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