#F5787F

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

Shades of Froly #F5787F

Tints of Froly #F5787F

Color information

#F5787F (or 0xF5787F) is unknown color: approx Froly. HEX triplet: F5, 78 and 7F. RGB value is (245,120,127). Sum of RGB (Red+Green+Blue) = 245+120+127=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5787F is #0A8780. Grayscale: #9E9E9E. Windows color (decimal): -690049 or 8354037. OLE color: 8354037.

HSL color Cylindrical-coordinate representation of color #F5787F: hue angle of 356.64º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5787F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245120127-
CMYK00.510.480.04
HSL356.64º86.21%71.57%-
HSV(B)356.64º51.02%96.08%-
XYZ48.234.3824.17-
YUV158.17110.41189.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.80%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 127 (50% from 255) = 25.81%
R=49.80%
G=24.39%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512012700.510.480.04356.6486.2171.57
HexF5787F0333041655648
Octal365170177063604545126110
Binary1111010111110001111111011001111000010010110010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5787F; }

 p { color: rgb(245,120,127); }

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

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

 a { background-color: rgb(245,120,127); }

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

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

 span { border-color: rgb(245,120,127); }

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