#F994CA

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

Shades of Tea Rose #F994CA

Tints of Tea Rose #F994CA

Color information

#F994CA (or 0xF994CA) is unknown color: approx Tea Rose. HEX triplet: F9, 94 and CA. RGB value is (249,148,202). Sum of RGB (Red+Green+Blue) = 249+148+202=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F994CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994CA is #066B35. Grayscale: #B8B8B8. Windows color (decimal): -420662 or 13276409. OLE color: 13276409.

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

Color convert

RGB249148202-
CMYK00.410.190.02
HSL327.92º89.38%77.84%-
HSV(B)327.92º40.56%97.65%-
XYZ60.3245.5861.5-
YUV184.36137.96174.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=41.57%
G=24.71%
B=33.72%

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
Decimal24914820200.410.190.02327.9289.3877.84
HexF994CA029132148594e
Octal371224312051232510131116
Binary1111100110010100110010100101001100111010100100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994CA; }

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

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

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

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

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

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

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

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