#F492CA

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

Shades of Tea Rose #F492CA

Tints of Tea Rose #F492CA

Color information

#F492CA (or 0xF492CA) is unknown color: approx Tea Rose. HEX triplet: F4, 92 and CA. RGB value is (244,146,202). Sum of RGB (Red+Green+Blue) = 244+146+202=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F492CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492CA is #0B6D35. Grayscale: #B5B5B5. Windows color (decimal): -748854 or 13275892. OLE color: 13275892.

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

Color convert

RGB244146202-
CMYK00.400.170.04
HSL325.71º81.67%76.47%-
HSV(B)325.71º40.16%95.69%-
XYZ58.2544.0661.31-
YUV181.69139.47172.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.22%
GREEN value IS 146 (57.42% from 255) = 24.66%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=41.22%
G=24.66%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414620200.400.170.04325.7181.6776.47
HexF492CA028114146524c
Octal364222312050214506122114
Binary11110100100100101100101001010001000110010100011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F492CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F492CA; }

 p { color: rgb(244,146,202); }

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

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

 a { background-color: rgb(244,146,202); }

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

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

 span { border-color: rgb(244,146,202); }

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