Html Css Color HEX #F989C6 Tea Rose

📋 copy color: '#F989C6'

red 249 ◦ green 137 ◦ blue 198

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

Shades of Tea Rose #F989C6

Tints of Tea Rose #F989C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.9%

R = 42.64%
G = 23.46%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F989C6 (or 0xF989C6) is known color: Tea Rose. HEX triplet: F9, 89 and C6. RGB value is (249,137,198). Sum of RGB (Red+Green+Blue) = 249+137+198=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F989C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F989C6 is #067639. Grayscale: #B1B1B1. Windows color (decimal): -423482 or 13011449. OLE color: 13011449.

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

Color convert

RGB 249 137 198 -
CMYK 0 0.45 0.20 0.02
HSL 327.32º 0.9% 0.76% -
HSV(B) 327.32º 0.45% 0.98% -
XYZ 58.21 42.11 58.49 -
YUV 177.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 249 137 198 0 0.45 0.20 0.02 327.32 0.9 0.76
Hex F9 89 C6 0 2D 14 2 147 5A 4C
Octal 371 211 306 0 55 24 2 507 132 114
Binary 11111001 10001001 11000110 0 101101 10100 10 101000111 1011010 1001100

Color Harmonies of #F989C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F989C6

Black with #F989C6

Text Example


Text Example

White with #F989C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F989C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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