Html Css Color HEX #F93D40 Alizarin

📋 copy color: '#F93D40'

red 249 ◦ green 61 ◦ blue 64

#F93D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F93D40

Tints of Alizarin #F93D40

RGB

 RED value IS 249 (97.66% from 255) = 66.58%

 GREEN value IS 61 (24.22% from 255) = 16.31%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 66.58%
G = 16.31%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F93D40 (or 0xF93D40) is known color: Alizarin. HEX triplet: F9, 3D and 40. RGB value is (249,61,64). Sum of RGB (Red+Green+Blue) = 249+61+64=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D40 is #06C2BF. Grayscale: #757575. Windows color (decimal): -443072 or 4210169. OLE color: 4210169.

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

Color convert

RGB 249 61 64 -
CMYK 0 0.76 0.74 0.02
HSL 359.04º 0.94% 0.61% -
HSV(B) 359.04º 0.76% 0.98% -
XYZ 41.66 23.85 7.26 -
YUV 117.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 249 61 64 0 0.76 0.74 0.02 359.04 0.94 0.61
Hex F9 3D 40 0 4C 4A 2 167 5E 3D
Octal 371 75 100 0 114 112 2 547 136 75
Binary 11111001 111101 1000000 0 1001100 1001010 10 101100111 1011110 111101

Color Harmonies of #F93D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D40

Black with #F93D40

Text Example


Text Example

White with #F93D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D40; }

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

 H1.HeaderClassName
 {
   color: #F93D40;
 }
 .AnyTagClassName
 {
   color: #F93D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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