Html Css Color HEX #F989C9 Tea Rose

📋 copy color: '#F989C9'

red 249 ◦ green 137 ◦ blue 201

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

Shades of Tea Rose #F989C9

Tints of Tea Rose #F989C9

RGB

 RED value IS 249 (97.66% from 255) = 42.42%

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

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 42.42%
G = 23.34%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F989C9 (or 0xF989C9) is known color: Tea Rose. HEX triplet: F9, 89 and C9. RGB value is (249,137,201). Sum of RGB (Red+Green+Blue) = 249+137+201=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F989C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989C9 is #067636. Grayscale: #B1B1B1. Windows color (decimal): -423479 or 13208057. OLE color: 13208057.

HSL color Cylindrical-coordinate representation of color #F989C9: hue angle of 325.71º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989C9 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 137 201 -
CMYK 0 0.45 0.19 0.02
HSL 325.71º 0.9% 0.76% -
HSV(B) 325.71º 0.45% 0.98% -
XYZ 58.56 42.25 60.33 -
YUV 177.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 249 137 201 0 0.45 0.19 0.02 325.71 0.9 0.76
Hex F9 89 C9 0 2D 13 2 146 5A 4C
Octal 371 211 311 0 55 23 2 506 132 114
Binary 11111001 10001001 11001001 0 101101 10011 10 101000110 1011010 1001100

Color Harmonies of #F989C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989C9

Black with #F989C9

Text Example


Text Example

White with #F989C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989C9; }

 p { color: rgb(249,137,201); }

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

background-color css

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

 a { background-color: rgb(249,137,201); }

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

border-color css

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

 span { border-color: rgb(249,137,201); }

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