#F78DC3

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

Shades of Tea Rose #F78DC3

Tints of Tea Rose #F78DC3

Color information

#F78DC3 (or 0xF78DC3) is unknown color: approx Tea Rose. HEX triplet: F7, 8D and C3. RGB value is (247,141,195). Sum of RGB (Red+Green+Blue) = 247+141+195=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC3 is #08723C. Grayscale: #B2B2B2. Windows color (decimal): -553533 or 12815863. OLE color: 12815863.

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

Color convert

RGB247141195-
CMYK00.430.210.03
HSL329.43º86.89%76.08%-
HSV(B)329.43º42.91%96.86%-
XYZ57.7342.7656.84-
YUV178.85137.12176.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=42.37%
G=24.19%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714119500.430.210.03329.4386.8976.08
HexF78DC302B153149574c
Octal367215303053253511127114
Binary1111011110001101110000110101011101011110100100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78DC3; }

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

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

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

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

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

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

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

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