#F782C8

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

Shades of Tea Rose #F782C8

Tints of Tea Rose #F782C8

Color information

#F782C8 (or 0xF782C8) is unknown color: approx Tea Rose. HEX triplet: F7, 82 and C8. RGB value is (247,130,200). Sum of RGB (Red+Green+Blue) = 247+130+200=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F782C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782C8 is #087D37. Grayscale: #ACACAC. Windows color (decimal): -556344 or 13140727. OLE color: 13140727.

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

Color convert

RGB247130200-
CMYK00.470.190.03
HSL324.1º87.97%73.92%-
HSV(B)324.1º47.37%96.86%-
XYZ56.7739.9159.36-
YUV172.96143.26180.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.81%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=42.81%
G=22.53%
B=34.66%

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
Decimal24713020000.470.190.03324.187.9773.92
HexF782C802F133144584a
Octal367202310057233504130112
Binary1111011110000010110010000101111100111110100010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782C8; }

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

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

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

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

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

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

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

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