#F47078

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

Shades of Froly #F47078

Tints of Froly #F47078

Color information

#F47078 (or 0xF47078) is unknown color: approx Froly. HEX triplet: F4, 70 and 78. RGB value is (244,112,120). Sum of RGB (Red+Green+Blue) = 244+112+120=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F47078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47078 is #0B8F87. Grayscale: #989898. Windows color (decimal): -757640 or 7893236. OLE color: 7893236.

HSL color Cylindrical-coordinate representation of color #F47078: hue angle of 356.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47078 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244112120-
CMYK00.540.510.04
HSL356.36º85.71%69.8%-
HSV(B)356.36º54.1%95.69%-
XYZ46.4932.1821.53-
YUV152.38109.73193.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.26%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=51.26%
G=23.53%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411212000.540.510.04356.3685.7169.8
HexF470780363341645646
Octal364160170066634544126106
Binary1111010011100001111000011011011001110010110010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47078; }

 p { color: rgb(244,112,120); }

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

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

 a { background-color: rgb(244,112,120); }

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

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

 span { border-color: rgb(244,112,120); }

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