#F88081

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

Shades of Froly #F88081

Tints of Froly #F88081

Color information

#F88081 (or 0xF88081) is unknown color: approx Froly. HEX triplet: F8, 80 and 81. RGB value is (248,128,129). Sum of RGB (Red+Green+Blue) = 248+128+129=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F88081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88081 is #077F7E. Grayscale: #A4A4A4. Windows color (decimal): -491391 or 8487160. OLE color: 8487160.

HSL color Cylindrical-coordinate representation of color #F88081: hue angle of 359.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88081 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248128129-
CMYK00.480.480.03
HSL359.5º89.55%73.73%-
HSV(B)359.5º48.39%97.25%-
XYZ50.3936.9825.25-
YUV163.99108.26187.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.11%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=49.11%
G=25.35%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812812900.480.480.03359.589.5573.73
HexF880810303031685a4a
Octal370200201060603550132112
Binary11111000100000001000000101100001100001110110100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88081; }

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

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

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

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

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

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

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

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