#F8383E

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

Shades of Alizarin #F8383E

Tints of Alizarin #F8383E

Color information

#F8383E (or 0xF8383E) is unknown color: approx Alizarin. HEX triplet: F8, 38 and 3E. RGB value is (248,56,62). Sum of RGB (Red+Green+Blue) = 248+56+62=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8383E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8383E is #07C7C1. Grayscale: #727272. Windows color (decimal): -509890 or 4077816. OLE color: 4077816.

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

Color convert

RGB2485662-
CMYK00.770.750.03
HSL358.12º93.2%59.61%-
HSV(B)358.12º77.42%97.25%-
XYZ4123.136.86-
YUV114.0998.61223.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.76%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=67.76%
G=15.30%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248566200.770.750.03358.1293.259.61
HexF8383E04D4B31665d3c
Octal37070760115113354613574
Binary11111000111000111110010011011001011111011001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8383E; }

 p { color: rgb(248,56,62); }

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

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

 a { background-color: rgb(248,56,62); }

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

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

 span { border-color: rgb(248,56,62); }

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