Html Css Color HEX #F11549 Crimson

📋 copy color: '#F11549'

red 241 ◦ green 21 ◦ blue 73

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

Shades of Crimson #F11549

Tints of Crimson #F11549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 71.94%
G = 6.27%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F11549 (or 0xF11549) is known color: Crimson. HEX triplet: F1, 15 and 49. RGB value is (241,21,73). Sum of RGB (Red+Green+Blue) = 241+21+73=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F11549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11549 is #0EEAB6. Grayscale: #5C5C5C. Windows color (decimal): -977591 or 4789745. OLE color: 4789745.

HSL color Cylindrical-coordinate representation of color #F11549: hue angle of 345.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11549 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 73 -
CMYK 0 0.91 0.70 0.05
HSL 345.82º 0.89% 0.51% -
HSV(B) 345.82º 0.91% 0.95% -
XYZ 37.75 19.72 8.12 -
YUV 92.71 116.89 233.77 -
System Red Green Blue C M Y K H S L
Decimal 241 21 73 0 0.91 0.70 0.05 345.82 0.89 0.51
Hex F1 15 49 0 5B 46 5 15A 59 33
Octal 361 25 111 0 133 106 5 532 131 63
Binary 11110001 10101 1001001 0 1011011 1000110 101 101011010 1011001 110011

Color Harmonies of #F11549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11549

Black with #F11549

Text Example


Text Example

White with #F11549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11549; }

 p { color: rgb(241,21,73); }

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

background-color css

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

 a { background-color: rgb(241,21,73); }

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

border-color css

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

 span { border-color: rgb(241,21,73); }

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