#F77AC7

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

Shades of Tea Rose #F77AC7

Tints of Tea Rose #F77AC7

Color information

#F77AC7 (or 0xF77AC7) is unknown color: approx Tea Rose. HEX triplet: F7, 7A and C7. RGB value is (247,122,199). Sum of RGB (Red+Green+Blue) = 247+122+199=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC7 is #088538. Grayscale: #A7A7A7. Windows color (decimal): -558393 or 13073143. OLE color: 13073143.

HSL color Cylindrical-coordinate representation of color #F77AC7: hue angle of 323.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AC7 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247122199-
CMYK00.510.190.03
HSL323.04º88.65%72.35%-
HSV(B)323.04º50.61%96.86%-
XYZ55.6337.8258.4-
YUV168.15145.41184.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=43.49%
G=21.48%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712219900.510.190.03323.0488.6572.35
HexF77AC70331331435948
Octal367172307063233503131110
Binary111101111111010110001110110011100111110100001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77AC7; }

 p { color: rgb(247,122,199); }

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

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

 a { background-color: rgb(247,122,199); }

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

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

 span { border-color: rgb(247,122,199); }

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