#F83F41

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

Shades of Alizarin #F83F41

Tints of Alizarin #F83F41

Color information

#F83F41 (or 0xF83F41) is unknown color: approx Alizarin. HEX triplet: F8, 3F and 41. RGB value is (248,63,65). Sum of RGB (Red+Green+Blue) = 248+63+65=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F41 is #07C0BE. Grayscale: #767676. Windows color (decimal): -508095 or 4276216. OLE color: 4276216.

HSL color Cylindrical-coordinate representation of color #F83F41: hue angle of 359.35º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F41 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2486365-
CMYK00.750.740.03
HSL359.35º92.96%60.98%-
HSV(B)359.35º74.6%97.25%-
XYZ41.4423.897.43-
YUV118.5497.79220.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.96%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=65.96%
G=16.76%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248636500.750.740.03359.3592.9660.98
HexF83F4104B4A31675d3d
Octal370771010113112354713575
Binary111110001111111000001010010111001010111011001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83F41; }

 p { color: rgb(248,63,65); }

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

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

 a { background-color: rgb(248,63,65); }

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

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

 span { border-color: rgb(248,63,65); }

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