#F47F82

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

Shades of Froly #F47F82

Tints of Froly #F47F82

Color information

#F47F82 (or 0xF47F82) is unknown color: approx Froly. HEX triplet: F4, 7F and 82. RGB value is (244,127,130). Sum of RGB (Red+Green+Blue) = 244+127+130=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F82 is #0B807D. Grayscale: #A2A2A2. Windows color (decimal): -753790 or 8552436. OLE color: 8552436.

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

Color convert

RGB244127130-
CMYK00.480.470.04
HSL358.46º84.17%72.75%-
HSV(B)358.46º47.95%95.69%-
XYZ48.9336.0225.49-
YUV162.32109.76186.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=48.70%
G=25.35%
B=25.95%

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
Decimal24412713000.480.470.04358.4684.1772.75
HexF47F820302F41665449
Octal364177202060574546124111
Binary11110100111111110000010011000010111110010110011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F82; }

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

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

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

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

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

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

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

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