Html Css Color HEX #F13C41 Alizarin

📋 copy color: '#F13C41'

red 241 ◦ green 60 ◦ blue 65

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

Shades of Alizarin #F13C41

Tints of Alizarin #F13C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.39%

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

R = 65.85%
G = 16.39%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13C41 (or 0xF13C41) is known color: Alizarin. HEX triplet: F1, 3C and 41. RGB value is (241,60,65). Sum of RGB (Red+Green+Blue) = 241+60+65=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C41 is #0EC3BE. Grayscale: #727272. Windows color (decimal): -967615 or 4275441. OLE color: 4275441.

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

Color convert

RGB 241 60 65 -
CMYK 0 0.75 0.73 0.05
HSL 358.34º 0.87% 0.59% -
HSV(B) 358.34º 0.75% 0.95% -
XYZ 38.85 22.31 7.26 -
YUV 114.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 241 60 65 0 0.75 0.73 0.05 358.34 0.87 0.59
Hex F1 3C 41 0 4B 49 5 166 57 3B
Octal 361 74 101 0 113 111 5 546 127 73
Binary 11110001 111100 1000001 0 1001011 1001001 101 101100110 1010111 111011

Color Harmonies of #F13C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C41

Black with #F13C41

Text Example


Text Example

White with #F13C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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