#F78FC4

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

Shades of Tea Rose #F78FC4

Tints of Tea Rose #F78FC4

Color information

#F78FC4 (or 0xF78FC4) is unknown color: approx Tea Rose. HEX triplet: F7, 8F and C4. RGB value is (247,143,196). Sum of RGB (Red+Green+Blue) = 247+143+196=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FC4 is #08703B. Grayscale: #B4B4B4. Windows color (decimal): -553020 or 12881911. OLE color: 12881911.

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

Color convert

RGB247143196-
CMYK00.420.210.03
HSL329.42º86.67%76.47%-
HSV(B)329.42º42.11%96.86%-
XYZ58.1443.457.54-
YUV180.14136.96175.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.15%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=42.15%
G=24.40%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714319600.420.210.03329.4286.6776.47
HexF78FC402A153149574c
Octal367217304052253511127114
Binary1111011110001111110001000101010101011110100100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FC4; }

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

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

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

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

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

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

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

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