#F781D2

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

Shades of Tea Rose #F781D2

Tints of Tea Rose #F781D2

Color information

#F781D2 (or 0xF781D2) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and D2. RGB value is (247,129,210). Sum of RGB (Red+Green+Blue) = 247+129+210=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D2 is #087E2D. Grayscale: #ADADAD. Windows color (decimal): -556590 or 13795831. OLE color: 13795831.

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

Color convert

RGB247129210-
CMYK00.480.150.03
HSL318.81º88.06%73.73%-
HSV(B)318.81º47.77%96.86%-
XYZ57.8440.1365.67-
YUV173.52148.59180.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=42.15%
G=22.01%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712921000.480.150.03318.8188.0673.73
HexF781D2030F313f584a
Octal367201322060173477130112
Binary111101111000000111010010011000011111110011111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781D2; }

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

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

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

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

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

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

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

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