#F493CD

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

Shades of Tea Rose #F493CD

Tints of Tea Rose #F493CD

Color information

#F493CD (or 0xF493CD) is unknown color: approx Tea Rose. HEX triplet: F4, 93 and CD. RGB value is (244,147,205). Sum of RGB (Red+Green+Blue) = 244+147+205=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F493CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493CD is #0B6C32. Grayscale: #B6B6B6. Windows color (decimal): -748595 or 13472756. OLE color: 13472756.

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

Color convert

RGB244147205-
CMYK00.400.160.04
HSL324.12º81.51%76.67%-
HSV(B)324.12º39.75%95.69%-
XYZ58.7644.5163.25-
YUV182.62140.64171.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=40.94%
G=24.66%
B=34.40%

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
Decimal24414720500.400.160.04324.1281.5176.67
HexF493CD028104144524d
Octal364223315050204504122115
Binary11110100100100111100110101010001000010010100010010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493CD; }

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

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

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

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

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

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

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

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