#F88082

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

Shades of Froly #F88082

Tints of Froly #F88082

Color information

#F88082 (or 0xF88082) is unknown color: approx Froly. HEX triplet: F8, 80 and 82. RGB value is (248,128,130). Sum of RGB (Red+Green+Blue) = 248+128+130=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F88082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88082 is #077F7D. Grayscale: #A4A4A4. Windows color (decimal): -491390 or 8552696. OLE color: 8552696.

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

Color convert

RGB248128130-
CMYK00.480.480.03
HSL359º89.55%73.73%-
HSV(B)359º48.39%97.25%-
XYZ50.4637.0125.6-
YUV164.11108.76187.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.01%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=49.01%
G=25.30%
B=25.69%

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
Decimal24812813000.480.480.0335989.5573.73
HexF880820303031675a4a
Octal370200202060603547132112
Binary11111000100000001000001001100001100001110110011110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88082; }

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

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

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

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

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

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

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

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