#F78CCD

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

Shades of Tea Rose #F78CCD

Tints of Tea Rose #F78CCD

Color information

#F78CCD (or 0xF78CCD) is unknown color: approx Tea Rose. HEX triplet: F7, 8C and CD. RGB value is (247,140,205). Sum of RGB (Red+Green+Blue) = 247+140+205=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CCD is #087332. Grayscale: #B3B3B3. Windows color (decimal): -553779 or 13470967. OLE color: 13470967.

HSL color Cylindrical-coordinate representation of color #F78CCD: hue angle of 323.55º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CCD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247140205-
CMYK00.430.170.03
HSL323.55º86.99%75.88%-
HSV(B)323.55º43.32%96.86%-
XYZ58.7642.9462.95-
YUV179.4142.45176.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 140 (55.08% from 255) = 23.65%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=41.72%
G=23.65%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714020500.430.170.03323.5586.9975.88
HexF78CCD02B113144574c
Octal367214315053213504127114
Binary1111011110001100110011010101011100011110100010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78CCD; }

 p { color: rgb(247,140,205); }

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

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

 a { background-color: rgb(247,140,205); }

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

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

 span { border-color: rgb(247,140,205); }

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