#F57F61

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

Shades of Crusta #F57F61

Tints of Crusta #F57F61

Color information

#F57F61 (or 0xF57F61) is unknown color: approx Crusta. HEX triplet: F5, 7F and 61. RGB value is (245,127,97). Sum of RGB (Red+Green+Blue) = 245+127+97=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F61 is #0A809E. Grayscale: #9F9F9F. Windows color (decimal): -688287 or 6389749. OLE color: 6389749.

HSL color Cylindrical-coordinate representation of color #F57F61: hue angle of 12.16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F57F61 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24512797-
CMYK00.480.600.04
HSL12.16º88.1%67.06%-
HSV(B)12.16º60.41%96.08%-
XYZ47.435.4515.65-
YUV158.8693.09189.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=52.24%
G=27.08%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451279700.480.600.0412.1688.167.06
HexF57F610303C4c5843
Octal36517714106074414130103
Binary11110101111111111000010110000111100100110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F61; }

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

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

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

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

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

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

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

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