Html Css Color HEX #F13F40 Alizarin

📋 copy color: '#F13F40'

red 241 ◦ green 63 ◦ blue 64

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

Shades of Alizarin #F13F40

Tints of Alizarin #F13F40

RGB

 RED value IS 241 (94.53% from 255) = 65.49%

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 65.49%
G = 17.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13F40 (or 0xF13F40) is known color: Alizarin. HEX triplet: F1, 3F and 40. RGB value is (241,63,64). Sum of RGB (Red+Green+Blue) = 241+63+64=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F40 is #0EC0BF. Grayscale: #747474. Windows color (decimal): -966848 or 4210673. OLE color: 4210673.

HSL color Cylindrical-coordinate representation of color #F13F40: hue angle of 359.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F40 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 64 -
CMYK 0 0.74 0.73 0.05
HSL 359.66º 0.86% 0.6% -
HSV(B) 359.66º 0.74% 0.95% -
XYZ 38.98 22.63 7.16 -
YUV 116.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 241 63 64 0 0.74 0.73 0.05 359.66 0.86 0.6
Hex F1 3F 40 0 4A 49 5 168 56 3C
Octal 361 77 100 0 112 111 5 550 126 74
Binary 11110001 111111 1000000 0 1001010 1001001 101 101101000 1010110 111100

Color Harmonies of #F13F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F40

Black with #F13F40

Text Example


Text Example

White with #F13F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F40; }

 p { color: rgb(241,63,64); }

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

background-color css

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

 a { background-color: rgb(241,63,64); }

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

border-color css

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

 span { border-color: rgb(241,63,64); }

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