#F93A3D

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

Shades of Alizarin #F93A3D

Tints of Alizarin #F93A3D

Color information

#F93A3D (or 0xF93A3D) is unknown color: approx Alizarin. HEX triplet: F9, 3A and 3D. RGB value is (249,58,61). Sum of RGB (Red+Green+Blue) = 249+58+61=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A3D is #06C5C2. Grayscale: #737373. Windows color (decimal): -443843 or 4012793. OLE color: 4012793.

HSL color Cylindrical-coordinate representation of color #F93A3D: hue angle of 359.06º 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 #F93A3D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB2495861-
CMYK00.770.760.02
HSL359.06º94.09%60.2%-
HSV(B)359.06º76.71%97.65%-
XYZ41.4223.56.77-
YUV115.4597.28223.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.66%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=67.66%
G=15.76%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249586100.770.760.02359.0694.0960.2
HexF93A3D04D4C21675e3c
Octal37172750115114254713674
Binary11111001111010111101010011011001100101011001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A3D; }

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

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

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

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

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

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

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

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