#F792CA

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

Shades of Tea Rose #F792CA

Tints of Tea Rose #F792CA

Color information

#F792CA (or 0xF792CA) is unknown color: approx Tea Rose. HEX triplet: F7, 92 and CA. RGB value is (247,146,202). Sum of RGB (Red+Green+Blue) = 247+146+202=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CA is #086D35. Grayscale: #B6B6B6. Windows color (decimal): -552246 or 13275895. OLE color: 13275895.

HSL color Cylindrical-coordinate representation of color #F792CA: hue angle of 326.73º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792CA is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247146202-
CMYK00.410.180.03
HSL326.73º86.32%77.06%-
HSV(B)326.73º40.89%96.86%-
XYZ59.344.661.36-
YUV182.58138.96173.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=41.51%
G=24.54%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714620200.410.180.03326.7386.3277.06
HexF792CA029123147564d
Octal367222312051223507126115
Binary1111011110010010110010100101001100101110100011110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792CA; }

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

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

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

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

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

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

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

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