Html Css Color HEX #F089C0 Tea Rose

📋 copy color: '#F089C0'

red 240 ◦ green 137 ◦ blue 192

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

Shades of Tea Rose #F089C0

Tints of Tea Rose #F089C0

RGB

 RED value IS 240 (94.14% from 255) = 42.18%

 GREEN value IS 137 (53.91% from 255) = 24.08%

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 42.18%
G = 24.08%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F089C0 (or 0xF089C0) is known color: Tea Rose. HEX triplet: F0, 89 and C0. RGB value is (240,137,192). Sum of RGB (Red+Green+Blue) = 240+137+192=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F089C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089C0 is #0F763F. Grayscale: #ADADAD. Windows color (decimal): -1013312 or 12618224. OLE color: 12618224.

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

Color convert

RGB 240 137 192 -
CMYK 0 0.43 0.20 0.06
HSL 327.96º 0.77% 0.74% -
HSV(B) 327.96º 0.43% 0.94% -
XYZ 54.4 40.22 54.77 -
YUV 174.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 240 137 192 0 0.43 0.20 0.06 327.96 0.77 0.74
Hex F0 89 C0 0 2B 14 6 148 4D 4A
Octal 360 211 300 0 53 24 6 510 115 112
Binary 11110000 10001001 11000000 0 101011 10100 110 101001000 1001101 1001010

Color Harmonies of #F089C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089C0

Black with #F089C0

Text Example


Text Example

White with #F089C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F089C0; }

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

 H1.HeaderClassName
 {
   color: #F089C0;
 }
 .AnyTagClassName
 {
   color: #F089C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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