Html Css Color HEX #F62024 Alizarin

📋 copy color: '#F62024'

red 246 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F62024

Tints of Alizarin #F62024

RGB

 RED value IS 246 (96.48% from 255) = 78.34%

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 78.34%
G = 10.19%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F62024 (or 0xF62024) is known color: Alizarin. HEX triplet: F6, 20 and 24. RGB value is (246,32,36). Sum of RGB (Red+Green+Blue) = 246+32+36=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F62024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62024 is #09DFDB. Grayscale: #606060. Windows color (decimal): -647132 or 2367734. OLE color: 2367734.

HSL color Cylindrical-coordinate representation of color #F62024: hue angle of 358.88º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62024 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 36 -
CMYK 0 0.87 0.85 0.04
HSL 358.88º 0.92% 0.55% -
HSV(B) 358.88º 0.87% 0.96% -
XYZ 38.84 20.75 3.63 -
YUV 96.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 246 32 36 0 0.87 0.85 0.04 358.88 0.92 0.55
Hex F6 20 24 0 57 55 4 167 5C 37
Octal 366 40 44 0 127 125 4 547 134 67
Binary 11110110 100000 100100 0 1010111 1010101 100 101100111 1011100 110111

Color Harmonies of #F62024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62024

Black with #F62024

Text Example


Text Example

White with #F62024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62024; }

 p { color: rgb(246,32,36); }

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

background-color css

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

 a { background-color: rgb(246,32,36); }

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

border-color css

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

 span { border-color: rgb(246,32,36); }

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