Html Css Color HEX #F01D41 Alizarin

📋 copy color: '#F01D41'

red 240 ◦ green 29 ◦ blue 65

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

Shades of Alizarin #F01D41

Tints of Alizarin #F01D41

RGB

 RED value IS 240 (94.14% from 255) = 71.86%

 GREEN value IS 29 (11.72% from 255) = 8.68%

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

R = 71.86%
G = 8.68%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F01D41 (or 0xF01D41) is known color: Alizarin. HEX triplet: F0, 1D and 41. RGB value is (240,29,65). Sum of RGB (Red+Green+Blue) = 240+29+65=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01D41 is #0FE2BE. Grayscale: #606060. Windows color (decimal): -1041087 or 4267504. OLE color: 4267504.

HSL color Cylindrical-coordinate representation of color #F01D41: hue angle of 349.76º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01D41 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 29 65 -
CMYK 0 0.88 0.73 0.06
HSL 349.76º 0.88% 0.53% -
HSV(B) 349.76º 0.88% 0.94% -
XYZ 37.33 19.79 6.85 -
YUV 96.19 110.4 230.57 -
System Red Green Blue C M Y K H S L
Decimal 240 29 65 0 0.88 0.73 0.06 349.76 0.88 0.53
Hex F0 1D 41 0 58 49 6 15E 58 35
Octal 360 35 101 0 130 111 6 536 130 65
Binary 11110000 11101 1000001 0 1011000 1001001 110 101011110 1011000 110101

Color Harmonies of #F01D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D41

Black with #F01D41

Text Example


Text Example

White with #F01D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D41; }

 p { color: rgb(240,29,65); }

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

background-color css

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

 a { background-color: rgb(240,29,65); }

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

border-color css

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

 span { border-color: rgb(240,29,65); }

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