#F781CF

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

Shades of Tea Rose #F781CF

Tints of Tea Rose #F781CF

Color information

#F781CF (or 0xF781CF) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and CF. RGB value is (247,129,207). Sum of RGB (Red+Green+Blue) = 247+129+207=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F781CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781CF is #087E30. Grayscale: #ACACAC. Windows color (decimal): -556593 or 13599223. OLE color: 13599223.

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

Color convert

RGB247129207-
CMYK00.480.160.03
HSL320.34º88.06%73.73%-
HSV(B)320.34º47.77%96.86%-
XYZ57.4739.9863.72-
YUV173.17147.09180.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=42.37%
G=22.13%
B=35.51%

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
Decimal24712920700.480.160.03320.3488.0673.73
HexF781CF030103140584a
Octal367201317060203500130112
Binary1111011110000001110011110110000100001110100000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781CF; }

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

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

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

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

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

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

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

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