#F98EC2

Color #F98EC2 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F98EC2

Tints of Tea Rose #F98EC2

Color information

#F98EC2 (or 0xF98EC2) is unknown color: approx 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

RGB249142194-
CMYK00.430.220.02
HSL330.84º89.92%76.67%-
HSV(B)330.84º42.97%97.65%-
XYZ58.4843.3856.33-
YUV179.92135.95177.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914219400.430.220.02330.8489.9276.67
HexF98EC202B16214b5a4d
Octal371216302053262513132115
Binary1111100110001110110000100101011101101010100101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>