#F493CC

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

Shades of Tea Rose #F493CC

Tints of Tea Rose #F493CC

Color information

#F493CC (or 0xF493CC) is unknown color: approx Tea Rose. HEX triplet: F4, 93 and CC. RGB value is (244,147,204). Sum of RGB (Red+Green+Blue) = 244+147+204=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F493CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493CC is #0B6C33. Grayscale: #B6B6B6. Windows color (decimal): -748596 or 13407220. OLE color: 13407220.

HSL color Cylindrical-coordinate representation of color #F493CC: hue angle of 324.74º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493CC is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244147204-
CMYK00.400.160.04
HSL324.74º81.51%76.67%-
HSV(B)324.74º39.75%95.69%-
XYZ58.6444.4662.62-
YUV182.5140.14171.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=41.01%
G=24.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414720400.400.160.04324.7481.5176.67
HexF493CC028104145524d
Octal364223314050204505122115
Binary11110100100100111100110001010001000010010100010110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493CC; }

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

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

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

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

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

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

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

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