#F98DC2

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

Shades of Tea Rose #F98DC2

Tints of Tea Rose #F98DC2

Color information

#F98DC2 (or 0xF98DC2) is unknown color: approx Tea Rose. HEX triplet: F9, 8D and C2. RGB value is (249,141,194). Sum of RGB (Red+Green+Blue) = 249+141+194=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC2 is #06723D. Grayscale: #B3B3B3. Windows color (decimal): -422462 or 12750329. OLE color: 12750329.

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

Color convert

RGB249141194-
CMYK00.430.220.02
HSL330.56º90%76.47%-
HSV(B)330.56º43.37%97.65%-
XYZ58.3343.0856.28-
YUV179.33136.28177.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.64%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=42.64%
G=24.14%
B=33.22%

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
Decimal24914119400.430.220.02330.569076.47
HexF98DC202B16214b5a4c
Octal371215302053262513132114
Binary1111100110001101110000100101011101101010100101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DC2; }

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

 H1.HeaderClassName
 {
   color: #F98DC2;
 }
 .AnyTagClassName
 {
   color: #F98DC2;
 }
</style>
background-color css

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

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

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

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

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

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