#F792CD

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

Shades of Tea Rose #F792CD

Tints of Tea Rose #F792CD

Color information

#F792CD (or 0xF792CD) is unknown color: approx Tea Rose. HEX triplet: F7, 92 and CD. RGB value is (247,146,205). Sum of RGB (Red+Green+Blue) = 247+146+205=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F792CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792CD is #086D32. Grayscale: #B6B6B6. Windows color (decimal): -552243 or 13472503. OLE color: 13472503.

HSL color Cylindrical-coordinate representation of color #F792CD: hue angle of 324.95º 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 #F792CD is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247146205-
CMYK00.410.170.03
HSL324.95º86.32%77.06%-
HSV(B)324.95º40.89%96.86%-
XYZ59.6644.7463.25-
YUV182.92140.46173.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=41.30%
G=24.41%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714620500.410.170.03324.9586.3277.06
HexF792CD029113145564d
Octal367222315051213505126115
Binary1111011110010010110011010101001100011110100010110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F792CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F792CD; }

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

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

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

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

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

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

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

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