#F48081

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

Shades of Froly #F48081

Tints of Froly #F48081

Color information

#F48081 (or 0xF48081) is unknown color: approx Froly. HEX triplet: F4, 80 and 81. RGB value is (244,128,129). Sum of RGB (Red+Green+Blue) = 244+128+129=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F48081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48081 is #0B7F7E. Grayscale: #A2A2A2. Windows color (decimal): -753535 or 8487156. OLE color: 8487156.

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

Color convert

RGB244128129-
CMYK00.480.470.04
HSL359.48º84.06%72.94%-
HSV(B)359.48º47.54%95.69%-
XYZ48.9936.2625.19-
YUV162.8108.93185.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=48.70%
G=25.55%
B=25.75%

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
Decimal24412812900.480.470.04359.4884.0672.94
HexF480810302F41675449
Octal364200201060574547124111
Binary111101001000000010000001011000010111110010110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48081; }

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

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

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

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

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

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

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

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