Html Css Color HEX #F21F41 Alizarin

📋 copy color: '#F21F41'

red 242 ◦ green 31 ◦ blue 65

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

Shades of Alizarin #F21F41

Tints of Alizarin #F21F41

RGB

 RED value IS 242 (94.92% from 255) = 71.6%

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 71.6%
G = 9.17%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F21F41 (or 0xF21F41) is known color: Alizarin. HEX triplet: F2, 1F and 41. RGB value is (242,31,65). Sum of RGB (Red+Green+Blue) = 242+31+65=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F41 is #0DE0BE. Grayscale: #626262. Windows color (decimal): -909503 or 4268018. OLE color: 4268018.

HSL color Cylindrical-coordinate representation of color #F21F41: hue angle of 350.33º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F41 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 65 -
CMYK 0 0.87 0.73 0.05
HSL 350.33º 0.89% 0.54% -
HSV(B) 350.33º 0.87% 0.95% -
XYZ 38.06 20.24 6.9 -
YUV 97.97 109.4 230.74 -
System Red Green Blue C M Y K H S L
Decimal 242 31 65 0 0.87 0.73 0.05 350.33 0.89 0.54
Hex F2 1F 41 0 57 49 5 15E 59 36
Octal 362 37 101 0 127 111 5 536 131 66
Binary 11110010 11111 1000001 0 1010111 1001001 101 101011110 1011001 110110

Color Harmonies of #F21F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F41

Black with #F21F41

Text Example


Text Example

White with #F21F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F41; }

 p { color: rgb(242,31,65); }

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

background-color css

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

 a { background-color: rgb(242,31,65); }

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

border-color css

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

 span { border-color: rgb(242,31,65); }

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