#F994CF

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

Shades of Tea Rose #F994CF

Tints of Tea Rose #F994CF

Color information

#F994CF (or 0xF994CF) is unknown color: approx Tea Rose. HEX triplet: F9, 94 and CF. RGB value is (249,148,207). Sum of RGB (Red+Green+Blue) = 249+148+207=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F994CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994CF is #066B30. Grayscale: #B8B8B8. Windows color (decimal): -420657 or 13604089. OLE color: 13604089.

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

Color convert

RGB249148207-
CMYK00.410.170.02
HSL324.95º89.38%77.84%-
HSV(B)324.95º40.56%97.65%-
XYZ60.9245.8264.67-
YUV184.92140.46173.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=41.23%
G=24.50%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914820700.410.170.02324.9589.3877.84
HexF994CF029112145594e
Octal371224317051212505131116
Binary1111100110010100110011110101001100011010100010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994CF; }

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

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

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

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

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

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

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

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