#F089BA

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

Shades of Persian Pink #F089BA

Tints of Persian Pink #F089BA

Color information

#F089BA (or 0xF089BA) is unknown color: approx Persian Pink. HEX triplet: F0, 89 and BA. RGB value is (240,137,186). Sum of RGB (Red+Green+Blue) = 240+137+186=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F089BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089BA is #0F7645. Grayscale: #ADADAD. Windows color (decimal): -1013318 or 12225008. OLE color: 12225008.

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

Color convert

RGB240137186-
CMYK00.430.220.06
HSL331.46º77.44%73.92%-
HSV(B)331.46º42.92%94.12%-
XYZ53.7439.9651.34-
YUV173.38135.12175.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 137 (53.91% from 255) = 24.33%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=42.63%
G=24.33%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013718600.430.220.06331.4677.4473.92
HexF089BA02B16614b4d4a
Octal360211272053266513115112
Binary11110000100010011011101001010111011011010100101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089BA; }

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

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

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

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

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

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

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

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