#F782C7

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

Shades of Tea Rose #F782C7

Tints of Tea Rose #F782C7

Color information

#F782C7 (or 0xF782C7) is unknown color: approx Tea Rose. HEX triplet: F7, 82 and C7. RGB value is (247,130,199). Sum of RGB (Red+Green+Blue) = 247+130+199=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F782C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782C7 is #087D38. Grayscale: #ACACAC. Windows color (decimal): -556345 or 13075191. OLE color: 13075191.

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

Color convert

RGB247130199-
CMYK00.470.190.03
HSL324.62º87.97%73.92%-
HSV(B)324.62º47.37%96.86%-
XYZ56.6539.8658.74-
YUV172.85142.76180.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=42.88%
G=22.57%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713019900.470.190.03324.6287.9773.92
HexF782C702F133145584a
Octal367202307057233505130112
Binary1111011110000010110001110101111100111110100010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782C7; }

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

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

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

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

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

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

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

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