Html Css Color HEX #F12F3A Alizarin

📋 copy color: '#F12F3A'

red 241 ◦ green 47 ◦ blue 58

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

Shades of Alizarin #F12F3A

Tints of Alizarin #F12F3A

RGB

 RED value IS 241 (94.53% from 255) = 69.65%

 GREEN value IS 47 (18.75% from 255) = 13.58%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 69.65%
G = 13.58%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F12F3A (or 0xF12F3A) is known color: Alizarin. HEX triplet: F1, 2F and 3A. RGB value is (241,47,58). Sum of RGB (Red+Green+Blue) = 241+47+58=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F3A is #0ED0C5. Grayscale: #6A6A6A. Windows color (decimal): -970950 or 3813361. OLE color: 3813361.

HSL color Cylindrical-coordinate representation of color #F12F3A: hue angle of 356.6º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F3A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 58 -
CMYK 0 0.80 0.76 0.05
HSL 356.6º 0.87% 0.56% -
HSV(B) 356.6º 0.8% 0.95% -
XYZ 38.06 21.04 6.06 -
YUV 106.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 241 47 58 0 0.80 0.76 0.05 356.6 0.87 0.56
Hex F1 2F 3A 0 50 4C 5 165 57 38
Octal 361 57 72 0 120 114 5 545 127 70
Binary 11110001 101111 111010 0 1010000 1001100 101 101100101 1010111 111000

Color Harmonies of #F12F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F3A

Black with #F12F3A

Text Example


Text Example

White with #F12F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F3A; }

 p { color: rgb(241,47,58); }

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

background-color css

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

 a { background-color: rgb(241,47,58); }

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

border-color css

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

 span { border-color: rgb(241,47,58); }

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