Html Css Color HEX #F98EC2 Tea Rose

📋 copy color: '#F98EC2'

red 249 ◦ green 142 ◦ blue 194

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

Shades of Tea Rose #F98EC2

Tints of Tea Rose #F98EC2

RGB

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

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

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

R = 42.56%
G = 24.27%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F98EC2 (or 0xF98EC2) is known color: Tea Rose. HEX triplet: F9, 8E and C2. RGB value is (249,142,194). Sum of RGB (Red+Green+Blue) = 249+142+194=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EC2 is #06713D. Grayscale: #B3B3B3. Windows color (decimal): -422206 or 12750585. OLE color: 12750585.

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

Color convert

RGB 249 142 194 -
CMYK 0 0.43 0.22 0.02
HSL 330.84º 0.9% 0.77% -
HSV(B) 330.84º 0.43% 0.98% -
XYZ 58.48 43.38 56.33 -
YUV 179.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 249 142 194 0 0.43 0.22 0.02 330.84 0.9 0.77
Hex F9 8E C2 0 2B 16 2 14B 5A 4D
Octal 371 216 302 0 53 26 2 513 132 115
Binary 11111001 10001110 11000010 0 101011 10110 10 101001011 1011010 1001101

Color Harmonies of #F98EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98EC2

Black with #F98EC2

Text Example


Text Example

White with #F98EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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