Html Css Color HEX #F089BA Persian Pink

📋 copy color: '#F089BA'

red 240 ◦ green 137 ◦ blue 186

#F089BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F089BA

Tints of Persian Pink #F089BA

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 value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F089BA (or 0xF089BA) is known color: 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

RGB 240 137 186 -
CMYK 0 0.43 0.22 0.06
HSL 331.46º 0.77% 0.74% -
HSV(B) 331.46º 0.43% 0.94% -
XYZ 53.74 39.96 51.34 -
YUV 173.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 240 137 186 0 0.43 0.22 0.06 331.46 0.77 0.74
Hex F0 89 BA 0 2B 16 6 14B 4D 4A
Octal 360 211 272 0 53 26 6 513 115 112
Binary 11110000 10001001 10111010 0 101011 10110 110 101001011 1001101 1001010

Color Harmonies of #F089BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089BA

Black with #F089BA

Text Example


Text Example

White with #F089BA

Text Example


Text Example

HTML Codes & Css Web 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>