#F47F81

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

Shades of Froly #F47F81

Tints of Froly #F47F81

Color information

#F47F81 (or 0xF47F81) is unknown color: approx Froly. HEX triplet: F4, 7F and 81. RGB value is (244,127,129). Sum of RGB (Red+Green+Blue) = 244+127+129=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F81 is #0B807E. Grayscale: #A2A2A2. Windows color (decimal): -753791 or 8486900. OLE color: 8486900.

HSL color Cylindrical-coordinate representation of color #F47F81: hue angle of 358.97º 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 #F47F81 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB244127129-
CMYK00.480.470.04
HSL358.97º84.17%72.75%-
HSV(B)358.97º47.95%95.69%-
XYZ48.863625.14-
YUV162.21109.26186.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.8%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=48.8%
G=25.4%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412712900.480.470.04358.9784.1772.75
HexF47F810302F41675449
Octal364177201060574547124111
Binary11110100111111110000001011000010111110010110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F81; }

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

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

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

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

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

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

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

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