#F994C9

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

Shades of Tea Rose #F994C9

Tints of Tea Rose #F994C9

Color information

#F994C9 (or 0xF994C9) is unknown color: approx Tea Rose. HEX triplet: F9, 94 and C9. RGB value is (249,148,201). Sum of RGB (Red+Green+Blue) = 249+148+201=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F994C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994C9 is #066B36. Grayscale: #B8B8B8. Windows color (decimal): -420663 or 13210873. OLE color: 13210873.

HSL color Cylindrical-coordinate representation of color #F994C9: hue angle of 328.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994C9 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249148201-
CMYK00.410.190.02
HSL328.51º89.38%77.84%-
HSV(B)328.51º40.56%97.65%-
XYZ60.245.5460.87-
YUV184.24137.46174.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 201 (78.91% from 255) = 33.61%
R=41.64%
G=24.75%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914820100.410.190.02328.5189.3877.84
HexF994C9029132149594e
Octal371224311051232511131116
Binary1111100110010100110010010101001100111010100100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994C9; }

 p { color: rgb(249,148,201); }

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

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

 a { background-color: rgb(249,148,201); }

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

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

 span { border-color: rgb(249,148,201); }

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