#F98DC3

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

Shades of Tea Rose #F98DC3

Tints of Tea Rose #F98DC3

Color information

#F98DC3 (or 0xF98DC3) is unknown color: approx Tea Rose. HEX triplet: F9, 8D and C3. RGB value is (249,141,195). Sum of RGB (Red+Green+Blue) = 249+141+195=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DC3 is #06723C. Grayscale: #B3B3B3. Windows color (decimal): -422461 or 12815865. OLE color: 12815865.

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

Color convert

RGB249141195-
CMYK00.430.220.02
HSL330º90%76.47%-
HSV(B)330º43.37%97.65%-
XYZ58.4443.1356.87-
YUV179.45136.78177.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=42.56%
G=24.10%
B=33.33%

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
Decimal24914119500.430.220.023309076.47
HexF98DC302B16214a5a4c
Octal371215303053262512132114
Binary1111100110001101110000110101011101101010100101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98DC3; }

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

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

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

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

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

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

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

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