Html Css Color HEX #F989C2 Tea Rose

📋 copy color: '#F989C2'

red 249 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #F989C2

Tints of Tea Rose #F989C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.45%

R = 42.93%
G = 23.62%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F989C2 (or 0xF989C2) is known color: Tea Rose. HEX triplet: F9, 89 and C2. RGB value is (249,137,194). Sum of RGB (Red+Green+Blue) = 249+137+194=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F989C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989C2 is #06763D. Grayscale: #B0B0B0. Windows color (decimal): -423486 or 12749305. OLE color: 12749305.

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

Color convert

RGB 249 137 194 -
CMYK 0 0.45 0.22 0.02
HSL 329.46º 0.9% 0.76% -
HSV(B) 329.46º 0.45% 0.98% -
XYZ 57.75 41.93 56.09 -
YUV 176.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 249 137 194 0 0.45 0.22 0.02 329.46 0.9 0.76
Hex F9 89 C2 0 2D 16 2 149 5A 4C
Octal 371 211 302 0 55 26 2 511 132 114
Binary 11111001 10001001 11000010 0 101101 10110 10 101001001 1011010 1001100

Color Harmonies of #F989C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989C2

Black with #F989C2

Text Example


Text Example

White with #F989C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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