Html Css Color HEX #F98EC0 Tea Rose

📋 copy color: '#F98EC0'

red 249 ◦ green 142 ◦ blue 192

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

Shades of Tea Rose #F98EC0

Tints of Tea Rose #F98EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.36%

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

R = 42.71%
G = 24.36%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F98EC0 (or 0xF98EC0) is known color: Tea Rose. HEX triplet: F9, 8E and C0. RGB value is (249,142,192). Sum of RGB (Red+Green+Blue) = 249+142+192=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EC0 is #06713F. Grayscale: #B3B3B3. Windows color (decimal): -422208 or 12619513. OLE color: 12619513.

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

Color convert

RGB 249 142 192 -
CMYK 0 0.43 0.23 0.02
HSL 331.96º 0.9% 0.77% -
HSV(B) 331.96º 0.43% 0.98% -
XYZ 58.25 43.29 55.15 -
YUV 179.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 249 142 192 0 0.43 0.23 0.02 331.96 0.9 0.77
Hex F9 8E C0 0 2B 17 2 14C 5A 4D
Octal 371 216 300 0 53 27 2 514 132 115
Binary 11111001 10001110 11000000 0 101011 10111 10 101001100 1011010 1001101

Color Harmonies of #F98EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98EC0

Black with #F98EC0

Text Example


Text Example

White with #F98EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98EC0; }

 p { color: rgb(249,142,192); }

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

background-color css

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

 a { background-color: rgb(249,142,192); }

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

border-color css

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

 span { border-color: rgb(249,142,192); }

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