Html Css Color HEX #F11F3F Alizarin

📋 copy color: '#F11F3F'

red 241 ◦ green 31 ◦ blue 63

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

Shades of Alizarin #F11F3F

Tints of Alizarin #F11F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 63 (25% from 255) = 18.81%

R = 71.94%
G = 9.25%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F11F3F (or 0xF11F3F) is known color: Alizarin. HEX triplet: F1, 1F and 3F. RGB value is (241,31,63). Sum of RGB (Red+Green+Blue) = 241+31+63=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F3F is #0EE0C0. Grayscale: #616161. Windows color (decimal): -975041 or 4136945. OLE color: 4136945.

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

Color convert

RGB 241 31 63 -
CMYK 0 0.87 0.74 0.05
HSL 350.86º 0.88% 0.53% -
HSV(B) 350.86º 0.87% 0.95% -
XYZ 37.66 20.04 6.59 -
YUV 97.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 241 31 63 0 0.87 0.74 0.05 350.86 0.88 0.53
Hex F1 1F 3F 0 57 4A 5 15F 58 35
Octal 361 37 77 0 127 112 5 537 130 65
Binary 11110001 11111 111111 0 1010111 1001010 101 101011111 1011000 110101

Color Harmonies of #F11F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F3F

Black with #F11F3F

Text Example


Text Example

White with #F11F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F3F; }

 p { color: rgb(241,31,63); }

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

background-color css

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

 a { background-color: rgb(241,31,63); }

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

border-color css

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

 span { border-color: rgb(241,31,63); }

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