#F82E36

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

Shades of Alizarin #F82E36

Tints of Alizarin #F82E36

Color information

#F82E36 (or 0xF82E36) is unknown color: approx Alizarin. HEX triplet: F8, 2E and 36. RGB value is (248,46,54). Sum of RGB (Red+Green+Blue) = 248+46+54=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82E36 is #07D1C9. Grayscale: #6B6B6B. Windows color (decimal): -512458 or 3550968. OLE color: 3550968.

HSL color Cylindrical-coordinate representation of color #F82E36: hue angle of 357.62º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82E36 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB2484654-
CMYK00.810.780.03
HSL357.62º93.52%57.65%-
HSV(B)357.62º81.45%97.25%-
XYZ40.3522.185.64-
YUV107.3197.92228.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.26%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=71.26%
G=13.22%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248465400.810.780.03357.6293.5257.65
HexF82E360514E31665e3a
Octal37056660121116354613672
Binary11111000101110110110010100011001110111011001101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82E36; }

 p { color: rgb(248,46,54); }

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

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

 a { background-color: rgb(248,46,54); }

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

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

 span { border-color: rgb(248,46,54); }

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