#F78DC1

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

Shades of Tea Rose #F78DC1

Tints of Tea Rose #F78DC1

Color information

#F78DC1 (or 0xF78DC1) is unknown color: approx Tea Rose. HEX triplet: F7, 8D and C1. RGB value is (247,141,193). Sum of RGB (Red+Green+Blue) = 247+141+193=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC1 is #08723E. Grayscale: #B2B2B2. Windows color (decimal): -553535 or 12684791. OLE color: 12684791.

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

Color convert

RGB247141193-
CMYK00.430.220.03
HSL330.57º86.89%76.08%-
HSV(B)330.57º42.91%96.86%-
XYZ57.5142.6755.66-
YUV178.62136.12176.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=42.51%
G=24.27%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714119300.430.220.03330.5786.8976.08
HexF78DC102B16314b574c
Octal367215301053263513127114
Binary1111011110001101110000010101011101101110100101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78DC1; }

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

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

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

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

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

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

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

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