Html Css Color HEX #F11648 Crimson

📋 copy color: '#F11648'

red 241 ◦ green 22 ◦ blue 72

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

Shades of Crimson #F11648

Tints of Crimson #F11648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 71.94%
G = 6.57%
B = 21.49%

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

#F11648 (or 0xF11648) is known color: Crimson. HEX triplet: F1, 16 and 48. RGB value is (241,22,72). Sum of RGB (Red+Green+Blue) = 241+22+72=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F11648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11648 is #0EE9B7. Grayscale: #5D5D5D. Windows color (decimal): -977336 or 4724465. OLE color: 4724465.

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

Color convert

RGB 241 22 72 -
CMYK 0 0.91 0.70 0.05
HSL 346.3º 0.89% 0.52% -
HSV(B) 346.3º 0.91% 0.95% -
XYZ 37.73 19.74 7.95 -
YUV 93.18 116.05 233.43 -
System Red Green Blue C M Y K H S L
Decimal 241 22 72 0 0.91 0.70 0.05 346.3 0.89 0.52
Hex F1 16 48 0 5B 46 5 15A 59 34
Octal 361 26 110 0 133 106 5 532 131 64
Binary 11110001 10110 1001000 0 1011011 1000110 101 101011010 1011001 110100

Color Harmonies of #F11648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11648

Black with #F11648

Text Example


Text Example

White with #F11648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11648; }

 p { color: rgb(241,22,72); }

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

background-color css

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

 a { background-color: rgb(241,22,72); }

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

border-color css

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

 span { border-color: rgb(241,22,72); }

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