#F01846

Color #F01846 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #F01846

Tints of Crimson #F01846

Color information

#F01846 (or 0xF01846) is unknown color: approx Crimson. HEX triplet: F0, 18 and 46. RGB value is (240,24,70). Sum of RGB (Red+Green+Blue) = 240+24+70=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F01846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01846 is #0FE7B9. Grayscale: #5D5D5D. Windows color (decimal): -1042362 or 4593904. OLE color: 4593904.

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

Color convert

RGB2402470-
CMYK00.90.710.06
HSL347.22º87.8%51.76%-
HSV(B)347.22º90%94.12%-
XYZ37.3719.627.61-
YUV93.83114.56232.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 71.86%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=71.86%
G=7.19%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240247000.90.710.06347.2287.851.76
HexF0184605A47615b5834
Octal360301060132107653313064
Binary111100001100010001100101101010001111101010110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01846; }

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

 H1.HeaderClassName
 {
   color: #F01846;
 }
 .AnyTagClassName
 {
   color: #F01846;
 }
</style>
background-color css

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

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

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

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

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

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