#F93A3E

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

Shades of Alizarin #F93A3E

Tints of Alizarin #F93A3E

Color information

#F93A3E (or 0xF93A3E) is unknown color: approx Alizarin. HEX triplet: F9, 3A and 3E. RGB value is (249,58,62). Sum of RGB (Red+Green+Blue) = 249+58+62=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A3E is #06C5C1. Grayscale: #737373. Windows color (decimal): -443842 or 4078329. OLE color: 4078329.

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

Color convert

RGB2495862-
CMYK00.770.750.02
HSL358.74º94.09%60.2%-
HSV(B)358.74º76.71%97.65%-
XYZ41.4523.516.91-
YUV115.5697.78223.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.48%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=67.48%
G=15.72%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249586200.770.750.02358.7494.0960.2
HexF93A3E04D4B21675e3c
Octal37172760115113254713674
Binary11111001111010111110010011011001011101011001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A3E; }

 p { color: rgb(249,58,62); }

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

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

 a { background-color: rgb(249,58,62); }

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

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

 span { border-color: rgb(249,58,62); }

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