Html Css Color HEX #F12540 Alizarin

📋 copy color: '#F12540'

red 241 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #F12540

Tints of Alizarin #F12540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

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

R = 70.47%
G = 10.82%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F12540 (or 0xF12540) is known color: Alizarin. HEX triplet: F1, 25 and 40. RGB value is (241,37,64). Sum of RGB (Red+Green+Blue) = 241+37+64=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F12540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12540 is #0EDABF. Grayscale: #656565. Windows color (decimal): -973504 or 4204017. OLE color: 4204017.

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

Color convert

RGB 241 37 64 -
CMYK 0 0.85 0.73 0.05
HSL 352.06º 0.88% 0.55% -
HSV(B) 352.06º 0.85% 0.95% -
XYZ 37.86 20.39 6.79 -
YUV 101.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 241 37 64 0 0.85 0.73 0.05 352.06 0.88 0.55
Hex F1 25 40 0 55 49 5 160 58 37
Octal 361 45 100 0 125 111 5 540 130 67
Binary 11110001 100101 1000000 0 1010101 1001001 101 101100000 1011000 110111

Color Harmonies of #F12540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12540

Black with #F12540

Text Example


Text Example

White with #F12540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12540; }

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

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

background-color css

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

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

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

border-color css

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

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

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