#F493CE

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

Shades of Tea Rose #F493CE

Tints of Tea Rose #F493CE

Color information

#F493CE (or 0xF493CE) is unknown color: approx Tea Rose. HEX triplet: F4, 93 and CE. RGB value is (244,147,206). Sum of RGB (Red+Green+Blue) = 244+147+206=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F493CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493CE is #0B6C31. Grayscale: #B6B6B6. Windows color (decimal): -748594 or 13538292. OLE color: 13538292.

HSL color Cylindrical-coordinate representation of color #F493CE: hue angle of 323.51º 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 #F493CE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244147206-
CMYK00.400.160.04
HSL323.51º81.51%76.67%-
HSV(B)323.51º39.75%95.69%-
XYZ58.8844.5663.89-
YUV182.73141.14171.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=40.87%
G=24.62%
B=34.51%

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
Decimal24414720600.400.160.04323.5181.5176.67
HexF493CE028104144524d
Octal364223316050204504122115
Binary11110100100100111100111001010001000010010100010010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493CE; }

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

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

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

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

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

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

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

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