#F993CC

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

Shades of Tea Rose #F993CC

Tints of Tea Rose #F993CC

Color information

#F993CC (or 0xF993CC) is unknown color: approx Tea Rose. HEX triplet: F9, 93 and CC. RGB value is (249,147,204). Sum of RGB (Red+Green+Blue) = 249+147+204=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F993CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993CC is #066C33. Grayscale: #B7B7B7. Windows color (decimal): -420916 or 13407225. OLE color: 13407225.

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

Color convert

RGB249147204-
CMYK00.410.180.02
HSL326.47º89.47%77.65%-
HSV(B)326.47º40.96%97.65%-
XYZ60.445.3762.7-
YUV184139.29174.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.5%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 204 (80.08% from 255) = 34%
R=41.5%
G=24.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914720400.410.180.02326.4789.4777.65
HexF993CC029122146594e
Octal371223314051222506131116
Binary1111100110010011110011000101001100101010100011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F993CC; }

 p { color: rgb(249,147,204); }

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

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

 a { background-color: rgb(249,147,204); }

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

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

 span { border-color: rgb(249,147,204); }

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