Html Css Color HEX #F12830 Alizarin

📋 copy color: '#F12830'

red 241 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #F12830

Tints of Alizarin #F12830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 73.25%
G = 12.16%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12830 (or 0xF12830) is known color: Alizarin. HEX triplet: F1, 28 and 30. RGB value is (241,40,48). Sum of RGB (Red+Green+Blue) = 241+40+48=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12830 is #0ED7CF. Grayscale: #656565. Windows color (decimal): -972752 or 3156209. OLE color: 3156209.

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

Color convert

RGB 241 40 48 -
CMYK 0 0.83 0.80 0.05
HSL 357.61º 0.88% 0.55% -
HSV(B) 357.61º 0.83% 0.95% -
XYZ 37.57 20.43 4.76 -
YUV 101.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 241 40 48 0 0.83 0.80 0.05 357.61 0.88 0.55
Hex F1 28 30 0 53 50 5 166 58 37
Octal 361 50 60 0 123 120 5 546 130 67
Binary 11110001 101000 110000 0 1010011 1010000 101 101100110 1011000 110111

Color Harmonies of #F12830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12830

Black with #F12830

Text Example


Text Example

White with #F12830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12830; }

 p { color: rgb(241,40,48); }

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

background-color css

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

 a { background-color: rgb(241,40,48); }

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

border-color css

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

 span { border-color: rgb(241,40,48); }

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