#F781C7

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

Shades of Tea Rose #F781C7

Tints of Tea Rose #F781C7

Color information

#F781C7 (or 0xF781C7) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and C7. RGB value is (247,129,199). Sum of RGB (Red+Green+Blue) = 247+129+199=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C7 is #087E38. Grayscale: #ACACAC. Windows color (decimal): -556601 or 13074935. OLE color: 13074935.

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

Color convert

RGB247129199-
CMYK00.480.190.03
HSL324.41º88.06%73.73%-
HSV(B)324.41º47.77%96.86%-
XYZ56.5239.658.7-
YUV172.26143.09181.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.96%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=42.96%
G=22.43%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712919900.480.190.03324.4188.0673.73
HexF781C7030133144584a
Octal367201307060233504130112
Binary1111011110000001110001110110000100111110100010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781C7; }

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

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

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

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

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

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

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

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