Html Css Color HEX #F01A2A Alizarin

📋 copy color: '#F01A2A'

red 240 ◦ green 26 ◦ blue 42

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

Shades of Alizarin #F01A2A

Tints of Alizarin #F01A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 77.92%
G = 8.44%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F01A2A (or 0xF01A2A) is known color: Alizarin. HEX triplet: F0, 1A and 2A. RGB value is (240,26,42). Sum of RGB (Red+Green+Blue) = 240+26+42=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01A2A is #0FE5D5. Grayscale: #5B5B5B. Windows color (decimal): -1041878 or 2759408. OLE color: 2759408.

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

Color convert

RGB 240 26 42 -
CMYK 0 0.89 0.82 0.06
HSL 355.51º 0.88% 0.52% -
HSV(B) 355.51º 0.89% 0.94% -
XYZ 36.72 19.43 4.01 -
YUV 91.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 240 26 42 0 0.89 0.82 0.06 355.51 0.88 0.52
Hex F0 1A 2A 0 59 52 6 164 58 34
Octal 360 32 52 0 131 122 6 544 130 64
Binary 11110000 11010 101010 0 1011001 1010010 110 101100100 1011000 110100

Color Harmonies of #F01A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01A2A

Black with #F01A2A

Text Example


Text Example

White with #F01A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01A2A; }

 p { color: rgb(240,26,42); }

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

background-color css

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

 a { background-color: rgb(240,26,42); }

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

border-color css

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

 span { border-color: rgb(240,26,42); }

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