#F781CA

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

Shades of Tea Rose #F781CA

Tints of Tea Rose #F781CA

Color information

#F781CA (or 0xF781CA) is unknown color: approx Tea Rose. HEX triplet: F7, 81 and CA. RGB value is (247,129,202). Sum of RGB (Red+Green+Blue) = 247+129+202=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F781CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781CA is #087E35. Grayscale: #ACACAC. Windows color (decimal): -556598 or 13271543. OLE color: 13271543.

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

Color convert

RGB247129202-
CMYK00.480.180.03
HSL322.88º88.06%73.73%-
HSV(B)322.88º47.77%96.86%-
XYZ56.8739.7460.55-
YUV172.6144.59181.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=42.73%
G=22.32%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712920200.480.180.03322.8888.0673.73
HexF781CA030123143584a
Octal367201312060223503130112
Binary1111011110000001110010100110000100101110100001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781CA; }

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

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

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

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

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

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

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

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