Html Css Color HEX #F01C41 Alizarin

📋 copy color: '#F01C41'

red 240 ◦ green 28 ◦ blue 65

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

Shades of Alizarin #F01C41

Tints of Alizarin #F01C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

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

R = 72.07%
G = 8.41%
B = 19.52%

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

#F01C41 (or 0xF01C41) is known color: Alizarin. HEX triplet: F0, 1C and 41. RGB value is (240,28,65). Sum of RGB (Red+Green+Blue) = 240+28+65=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01C41 is #0FE3BE. Grayscale: #5F5F5F. Windows color (decimal): -1041343 or 4267248. OLE color: 4267248.

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

Color convert

RGB 240 28 65 -
CMYK 0 0.88 0.73 0.06
HSL 349.53º 0.88% 0.53% -
HSV(B) 349.53º 0.88% 0.94% -
XYZ 37.3 19.74 6.84 -
YUV 95.61 110.74 230.99 -
System Red Green Blue C M Y K H S L
Decimal 240 28 65 0 0.88 0.73 0.06 349.53 0.88 0.53
Hex F0 1C 41 0 58 49 6 15E 58 35
Octal 360 34 101 0 130 111 6 536 130 65
Binary 11110000 11100 1000001 0 1011000 1001001 110 101011110 1011000 110101

Color Harmonies of #F01C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C41

Black with #F01C41

Text Example


Text Example

White with #F01C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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