Html Css Color HEX #F01546 Crimson

📋 copy color: '#F01546'

red 240 ◦ green 21 ◦ blue 70

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

Shades of Crimson #F01546

Tints of Crimson #F01546

RGB

 RED value IS 240 (94.14% from 255) = 72.51%

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 72.51%
G = 6.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01546 (or 0xF01546) is known color: Crimson. HEX triplet: F0, 15 and 46. RGB value is (240,21,70). Sum of RGB (Red+Green+Blue) = 240+21+70=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F01546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01546 is #0FEAB9. Grayscale: #5C5C5C. Windows color (decimal): -1043130 or 4593136. OLE color: 4593136.

HSL color Cylindrical-coordinate representation of color #F01546: hue angle of 346.58º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01546 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 70 -
CMYK 0 0.91 0.71 0.06
HSL 346.58º 0.88% 0.51% -
HSV(B) 346.58º 0.91% 0.94% -
XYZ 37.31 19.5 7.59 -
YUV 92.07 115.55 233.52 -
System Red Green Blue C M Y K H S L
Decimal 240 21 70 0 0.91 0.71 0.06 346.58 0.88 0.51
Hex F0 15 46 0 5B 47 6 15B 58 33
Octal 360 25 106 0 133 107 6 533 130 63
Binary 11110000 10101 1000110 0 1011011 1000111 110 101011011 1011000 110011

Color Harmonies of #F01546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01546

Black with #F01546

Text Example


Text Example

White with #F01546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01546; }

 p { color: rgb(240,21,70); }

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

background-color css

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

 a { background-color: rgb(240,21,70); }

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

border-color css

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

 span { border-color: rgb(240,21,70); }

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