#F47C83

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

Shades of Froly #F47C83

Tints of Froly #F47C83

Color information

#F47C83 (or 0xF47C83) is unknown color: approx Froly. HEX triplet: F4, 7C and 83. RGB value is (244,124,131). Sum of RGB (Red+Green+Blue) = 244+124+131=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47C83 is #0B837C. Grayscale: #A0A0A0. Windows color (decimal): -754557 or 8617204. OLE color: 8617204.

HSL color Cylindrical-coordinate representation of color #F47C83: hue angle of 356.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47C83 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB244124131-
CMYK00.490.460.04
HSL356.5º84.51%72.16%-
HSV(B)356.5º49.18%95.69%-
XYZ48.6135.2925.72-
YUV160.68111.26187.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=48.90%
G=24.85%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412413100.490.460.04356.584.5172.16
HexF47C830312E41645548
Octal364174203061564544125110
Binary11110100111110010000011011000110111010010110010010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47C83; }

 p { color: rgb(244,124,131); }

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

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

 a { background-color: rgb(244,124,131); }

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

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

 span { border-color: rgb(244,124,131); }

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