#F77B83

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

Shades of Froly #F77B83

Tints of Froly #F77B83

Color information

#F77B83 (or 0xF77B83) is unknown color: approx Froly. HEX triplet: F7, 7B and 83. RGB value is (247,123,131). Sum of RGB (Red+Green+Blue) = 247+123+131=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77B83 is #08847C. Grayscale: #A1A1A1. Windows color (decimal): -558205 or 8616951. OLE color: 8616951.

HSL color Cylindrical-coordinate representation of color #F77B83: hue angle of 356.13º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77B83 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247123131-
CMYK00.500.470.03
HSL356.13º88.57%72.55%-
HSV(B)356.13º50.2%96.86%-
XYZ49.5435.5825.73-
YUV160.99111.08189.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=49.30%
G=24.55%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712313100.500.470.03356.1388.5772.55
HexF77B830322F31645949
Octal367173203062573544131111
Binary1111011111110111000001101100101011111110110010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77B83; }

 p { color: rgb(247,123,131); }

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

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

 a { background-color: rgb(247,123,131); }

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

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

 span { border-color: rgb(247,123,131); }

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