Html Css Color HEX #F13F41 Alizarin

📋 copy color: '#F13F41'

red 241 ◦ green 63 ◦ blue 65

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

Shades of Alizarin #F13F41

Tints of Alizarin #F13F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 65.31%
G = 17.07%
B = 17.62%

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

#F13F41 (or 0xF13F41) is known color: Alizarin. HEX triplet: F1, 3F and 41. RGB value is (241,63,65). Sum of RGB (Red+Green+Blue) = 241+63+65=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F41 is #0EC0BE. Grayscale: #747474. Windows color (decimal): -966847 or 4276209. OLE color: 4276209.

HSL color Cylindrical-coordinate representation of color #F13F41: hue angle of 359.33º 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 #F13F41 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 65 -
CMYK 0 0.74 0.73 0.05
HSL 359.33º 0.86% 0.6% -
HSV(B) 359.33º 0.74% 0.95% -
XYZ 39.01 22.64 7.31 -
YUV 116.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 241 63 65 0 0.74 0.73 0.05 359.33 0.86 0.6
Hex F1 3F 41 0 4A 49 5 167 56 3C
Octal 361 77 101 0 112 111 5 547 126 74
Binary 11110001 111111 1000001 0 1001010 1001001 101 101100111 1010110 111100

Color Harmonies of #F13F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F41

Black with #F13F41

Text Example


Text Example

White with #F13F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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