#F47F80

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

Shades of Froly #F47F80

Tints of Froly #F47F80

Color information

#F47F80 (or 0xF47F80) is unknown color: approx Froly. HEX triplet: F4, 7F and 80. RGB value is (244,127,128). Sum of RGB (Red+Green+Blue) = 244+127+128=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F80 is #0B807F. Grayscale: #A2A2A2. Windows color (decimal): -753792 or 8421364. OLE color: 8421364.

HSL color Cylindrical-coordinate representation of color #F47F80: hue angle of 359.49º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47F80 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244127128-
CMYK00.480.480.04
HSL359.49º84.17%72.75%-
HSV(B)359.49º47.95%95.69%-
XYZ48.7935.9724.79-
YUV162.1108.76186.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=48.90%
G=25.45%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412712800.480.480.04359.4984.1772.75
HexF47F800303041675449
Octal364177200060604547124111
Binary11110100111111110000000011000011000010010110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F80; }

 p { color: rgb(244,127,128); }

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

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

 a { background-color: rgb(244,127,128); }

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

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

 span { border-color: rgb(244,127,128); }

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