#F781C6

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

Shades of Tea Rose #F781C6

Tints of Tea Rose #F781C6

Color information

#F781C6 (or 0xF781C6) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and C6. RGB value is (247,129,198). Sum of RGB (Red+Green+Blue) = 247+129+198=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F781C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781C6 is #087E39. Grayscale: #ABABAB. Windows color (decimal): -556602 or 13009399. OLE color: 13009399.

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

Color convert

RGB247129198-
CMYK00.480.200.03
HSL324.92º88.06%73.73%-
HSV(B)324.92º47.77%96.86%-
XYZ56.439.5558.09-
YUV172.15142.59181.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=43.03%
G=22.47%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712919800.480.200.03324.9288.0673.73
HexF781C6030143145584a
Octal367201306060243505130112
Binary1111011110000001110001100110000101001110100010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781C6; }

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

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

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

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

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

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

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

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