Html Css Color HEX #F03441 Alizarin

📋 copy color: '#F03441'

red 240 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #F03441

Tints of Alizarin #F03441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

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

R = 67.23%
G = 14.57%
B = 18.21%

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

#F03441 (or 0xF03441) is known color: Alizarin. HEX triplet: F0, 34 and 41. RGB value is (240,52,65). Sum of RGB (Red+Green+Blue) = 240+52+65=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F03441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03441 is #0FCBBE. Grayscale: #6D6D6D. Windows color (decimal): -1035199 or 4273392. OLE color: 4273392.

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

Color convert

RGB 240 52 65 -
CMYK 0 0.78 0.73 0.06
HSL 355.85º 0.86% 0.57% -
HSV(B) 355.85º 0.78% 0.94% -
XYZ 38.12 21.36 7.12 -
YUV 109.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 240 52 65 0 0.78 0.73 0.06 355.85 0.86 0.57
Hex F0 34 41 0 4E 49 6 164 56 39
Octal 360 64 101 0 116 111 6 544 126 71
Binary 11110000 110100 1000001 0 1001110 1001001 110 101100100 1010110 111001

Color Harmonies of #F03441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03441

Black with #F03441

Text Example


Text Example

White with #F03441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03441; }

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

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

background-color css

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

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

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

border-color css

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

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

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