#F78FC1

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

Shades of Tea Rose #F78FC1

Tints of Tea Rose #F78FC1

Color information

#F78FC1 (or 0xF78FC1) is unknown color: approx Tea Rose. HEX triplet: F7, 8F and C1. RGB value is (247,143,193). Sum of RGB (Red+Green+Blue) = 247+143+193=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FC1 is #08703E. Grayscale: #B3B3B3. Windows color (decimal): -553023 or 12685303. OLE color: 12685303.

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

Color convert

RGB247143193-
CMYK00.420.220.03
HSL331.15º86.67%76.47%-
HSV(B)331.15º42.11%96.86%-
XYZ57.8143.2755.76-
YUV179.8135.46175.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.37%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=42.37%
G=24.53%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714319300.420.220.03331.1586.6776.47
HexF78FC102A16314b574c
Octal367217301052263513127114
Binary1111011110001111110000010101010101101110100101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FC1; }

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

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

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

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

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

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

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

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