#F781D0

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

Shades of Tea Rose #F781D0

Tints of Tea Rose #F781D0

Color information

#F781D0 (or 0xF781D0) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and D0. RGB value is (247,129,208). Sum of RGB (Red+Green+Blue) = 247+129+208=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D0 is #087E2F. Grayscale: #ADADAD. Windows color (decimal): -556592 or 13664759. OLE color: 13664759.

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

Color convert

RGB247129208-
CMYK00.480.160.03
HSL319.83º88.06%73.73%-
HSV(B)319.83º47.77%96.86%-
XYZ57.5940.0364.37-
YUV173.29147.59180.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=42.29%
G=22.09%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712920800.480.160.03319.8388.0673.73
HexF781D0030103140584a
Octal367201320060203500130112
Binary1111011110000001110100000110000100001110100000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781D0; }

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

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

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

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

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

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

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

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