#F5787C

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

Shades of Froly #F5787C

Tints of Froly #F5787C

Color information

#F5787C (or 0xF5787C) is unknown color: approx Froly. HEX triplet: F5, 78 and 7C. RGB value is (245,120,124). Sum of RGB (Red+Green+Blue) = 245+120+124=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5787C is #0A8783. Grayscale: #9D9D9D. Windows color (decimal): -690052 or 8157429. OLE color: 8157429.

HSL color Cylindrical-coordinate representation of color #F5787C: hue angle of 358.08º 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 #F5787C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245120124-
CMYK00.510.490.04
HSL358.08º86.21%71.57%-
HSV(B)358.08º51.02%96.08%-
XYZ48.0134.323.16-
YUV157.83108.91190.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=50.10%
G=24.54%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512012400.510.490.04358.0886.2171.57
HexF5787C0333141665648
Octal365170174063614546126110
Binary1111010111110001111100011001111000110010110011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5787C; }

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

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

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

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

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

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

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

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