Html Css Color HEX #F1232A Alizarin

📋 copy color: '#F1232A'

red 241 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #F1232A

Tints of Alizarin #F1232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 75.79%
G = 11.01%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1232A (or 0xF1232A) is known color: Alizarin. HEX triplet: F1, 23 and 2A. RGB value is (241,35,42). Sum of RGB (Red+Green+Blue) = 241+35+42=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1232A is #0EDCD5. Grayscale: #616161. Windows color (decimal): -974038 or 2761713. OLE color: 2761713.

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

Color convert

RGB 241 35 42 -
CMYK 0 0.85 0.83 0.05
HSL 357.96º 0.88% 0.54% -
HSV(B) 357.96º 0.85% 0.95% -
XYZ 37.29 20.07 4.1 -
YUV 97.39 96.75 230.43 -
System Red Green Blue C M Y K H S L
Decimal 241 35 42 0 0.85 0.83 0.05 357.96 0.88 0.54
Hex F1 23 2A 0 55 53 5 166 58 36
Octal 361 43 52 0 125 123 5 546 130 66
Binary 11110001 100011 101010 0 1010101 1010011 101 101100110 1011000 110110

Color Harmonies of #F1232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1232A

Black with #F1232A

Text Example


Text Example

White with #F1232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1232A; }

 p { color: rgb(241,35,42); }

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

background-color css

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

 a { background-color: rgb(241,35,42); }

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

border-color css

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

 span { border-color: rgb(241,35,42); }

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