Html Css Color HEX #F12B40 Alizarin

📋 copy color: '#F12B40'

red 241 ◦ green 43 ◦ blue 64

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

Shades of Alizarin #F12B40

Tints of Alizarin #F12B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 69.25%
G = 12.36%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12B40 (or 0xF12B40) is known color: Alizarin. HEX triplet: F1, 2B and 40. RGB value is (241,43,64). Sum of RGB (Red+Green+Blue) = 241+43+64=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12B40 is #0ED4BF. Grayscale: #686868. Windows color (decimal): -971968 or 4205553. OLE color: 4205553.

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

Color convert

RGB 241 43 64 -
CMYK 0 0.82 0.73 0.05
HSL 353.64º 0.88% 0.56% -
HSV(B) 353.64º 0.82% 0.95% -
XYZ 38.06 20.8 6.86 -
YUV 104.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 241 43 64 0 0.82 0.73 0.05 353.64 0.88 0.56
Hex F1 2B 40 0 52 49 5 162 58 38
Octal 361 53 100 0 122 111 5 542 130 70
Binary 11110001 101011 1000000 0 1010010 1001001 101 101100010 1011000 111000

Color Harmonies of #F12B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12B40

Black with #F12B40

Text Example


Text Example

White with #F12B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12B40; }

 p { color: rgb(241,43,64); }

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

background-color css

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

 a { background-color: rgb(241,43,64); }

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

border-color css

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

 span { border-color: rgb(241,43,64); }

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