#F78082

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

Shades of Froly #F78082

Tints of Froly #F78082

Color information

#F78082 (or 0xF78082) is unknown color: approx Froly. HEX triplet: F7, 80 and 82. RGB value is (247,128,130). Sum of RGB (Red+Green+Blue) = 247+128+130=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F78082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78082 is #087F7D. Grayscale: #A3A3A3. Windows color (decimal): -556926 or 8552695. OLE color: 8552695.

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

Color convert

RGB247128130-
CMYK00.480.470.03
HSL358.99º88.15%73.53%-
HSV(B)358.99º48.18%96.86%-
XYZ50.1136.8225.59-
YUV163.81108.92187.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=48.91%
G=25.35%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712813000.480.470.03358.9988.1573.53
HexF780820302F3167584a
Octal367200202060573547130112
Binary11110111100000001000001001100001011111110110011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78082; }

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

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

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

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

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

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

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

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