Html Css Color HEX #F089C7 Tea Rose

📋 copy color: '#F089C7'

red 240 ◦ green 137 ◦ blue 199

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

Shades of Tea Rose #F089C7

Tints of Tea Rose #F089C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 41.67%
G = 23.78%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F089C7 (or 0xF089C7) is known color: Tea Rose. HEX triplet: F0, 89 and C7. RGB value is (240,137,199). Sum of RGB (Red+Green+Blue) = 240+137+199=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F089C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089C7 is #0F7638. Grayscale: #AEAEAE. Windows color (decimal): -1013305 or 13076976. OLE color: 13076976.

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

Color convert

RGB 240 137 199 -
CMYK 0 0.43 0.17 0.06
HSL 323.88º 0.77% 0.74% -
HSV(B) 323.88º 0.43% 0.94% -
XYZ 55.19 40.54 58.95 -
YUV 174.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 240 137 199 0 0.43 0.17 0.06 323.88 0.77 0.74
Hex F0 89 C7 0 2B 11 6 144 4D 4A
Octal 360 211 307 0 53 21 6 504 115 112
Binary 11110000 10001001 11000111 0 101011 10001 110 101000100 1001101 1001010

Color Harmonies of #F089C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089C7

Black with #F089C7

Text Example


Text Example

White with #F089C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F089C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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