#F77DC6

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

Shades of Tea Rose #F77DC6

Tints of Tea Rose #F77DC6

Color information

#F77DC6 (or 0xF77DC6) is unknown color: approx Tea Rose. HEX triplet: F7, 7D and C6. RGB value is (247,125,198). Sum of RGB (Red+Green+Blue) = 247+125+198=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DC6 is #088239. Grayscale: #A9A9A9. Windows color (decimal): -557626 or 13008375. OLE color: 13008375.

HSL color Cylindrical-coordinate representation of color #F77DC6: hue angle of 324.1º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DC6 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB247125198-
CMYK00.490.200.03
HSL324.1º88.41%72.94%-
HSV(B)324.1º49.39%96.86%-
XYZ55.8838.5257.92-
YUV169.8143.92183.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=43.33%
G=21.93%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712519800.490.200.03324.188.4172.94
HexF77DC60311431445849
Octal367175306061243504130111
Binary111101111111101110001100110001101001110100010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77DC6; }

 p { color: rgb(247,125,198); }

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

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

 a { background-color: rgb(247,125,198); }

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

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

 span { border-color: rgb(247,125,198); }

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