#F78DCD

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

Shades of Tea Rose #F78DCD

Tints of Tea Rose #F78DCD

Color information

#F78DCD (or 0xF78DCD) is unknown color: approx Tea Rose. HEX triplet: F7, 8D and CD. RGB value is (247,141,205). Sum of RGB (Red+Green+Blue) = 247+141+205=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DCD is #087232. Grayscale: #B3B3B3. Windows color (decimal): -553523 or 13471223. OLE color: 13471223.

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

Color convert

RGB247141205-
CMYK00.430.170.03
HSL323.77º86.89%76.08%-
HSV(B)323.77º42.91%96.86%-
XYZ58.943.2363-
YUV179.99142.12175.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=41.65%
G=23.78%
B=34.57%

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
Decimal24714120500.430.170.03323.7786.8976.08
HexF78DCD02B113144574c
Octal367215315053213504127114
Binary1111011110001101110011010101011100011110100010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78DCD; }

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

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

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

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

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

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

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

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