#F791D2

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

Shades of Tea Rose #F791D2

Tints of Tea Rose #F791D2

Color information

#F791D2 (or 0xF791D2) is unknown color: approx Tea Rose. HEX triplet: F7, 91 and D2. RGB value is (247,145,210). Sum of RGB (Red+Green+Blue) = 247+145+210=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D2 is #086E2D. Grayscale: #B6B6B6. Windows color (decimal): -552494 or 13799927. OLE color: 13799927.

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

Color convert

RGB247145210-
CMYK00.410.150.03
HSL321.76º86.44%76.86%-
HSV(B)321.76º41.3%96.86%-
XYZ60.1244.6866.43-
YUV182.91143.29173.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=41.03%
G=24.09%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714521000.410.150.03321.7686.4476.86
HexF791D2029F3142564d
Octal367221322051173502126115
Binary111101111001000111010010010100111111110100001010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F791D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F791D2; }

 p { color: rgb(247,145,210); }

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

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

 a { background-color: rgb(247,145,210); }

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

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

 span { border-color: rgb(247,145,210); }

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