#F0815D

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

Shades of Crusta #F0815D

Tints of Crusta #F0815D

Color information

#F0815D (or 0xF0815D) is unknown color: approx Crusta. HEX triplet: F0, 81 and 5D. RGB value is (240,129,93). Sum of RGB (Red+Green+Blue) = 240+129+93=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815D is #0F7EA2. Grayscale: #9E9E9E. Windows color (decimal): -1015459 or 6128112. OLE color: 6128112.

HSL color Cylindrical-coordinate representation of color #F0815D: hue angle of 14.69º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0815D is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB24012993-
CMYK00.460.610.06
HSL14.69º83.05%65.29%-
HSV(B)14.69º61.25%94.12%-
XYZ45.7635.0214.7-
YUV158.0891.27186.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=51.95%
G=27.92%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401299300.460.610.0614.6983.0565.29
HexF0815D02E3D6f5341
Octal36020113505675617123101
Binary111100001000000110111010101110111101110111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0815D; }

 p { color: rgb(240,129,93); }

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

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

 a { background-color: rgb(240,129,93); }

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

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

 span { border-color: rgb(240,129,93); }

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