Html Css Color HEX #F03641 Alizarin

📋 copy color: '#F03641'

red 240 ◦ green 54 ◦ blue 65

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

Shades of Alizarin #F03641

Tints of Alizarin #F03641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

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

R = 66.85%
G = 15.04%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F03641 (or 0xF03641) is known color: Alizarin. HEX triplet: F0, 36 and 41. RGB value is (240,54,65). Sum of RGB (Red+Green+Blue) = 240+54+65=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03641 is #0FC9BE. Grayscale: #6F6F6F. Windows color (decimal): -1034687 or 4273904. OLE color: 4273904.

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

Color convert

RGB 240 54 65 -
CMYK 0 0.78 0.73 0.06
HSL 356.45º 0.86% 0.58% -
HSV(B) 356.45º 0.78% 0.94% -
XYZ 38.21 21.55 7.15 -
YUV 110.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 240 54 65 0 0.78 0.73 0.06 356.45 0.86 0.58
Hex F0 36 41 0 4E 49 6 164 56 3A
Octal 360 66 101 0 116 111 6 544 126 72
Binary 11110000 110110 1000001 0 1001110 1001001 110 101100100 1010110 111010

Color Harmonies of #F03641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03641

Black with #F03641

Text Example


Text Example

White with #F03641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03641; }

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

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

background-color css

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

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

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

border-color css

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

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

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