#F01346

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

Shades of Crimson #F01346

Tints of Crimson #F01346

Color information

#F01346 (or 0xF01346) is unknown color: approx Crimson. HEX triplet: F0, 13 and 46. RGB value is (240,19,70). Sum of RGB (Red+Green+Blue) = 240+19+70=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01346 is #0FECB9. Grayscale: #5A5A5A. Windows color (decimal): -1043642 or 4592624. OLE color: 4592624.

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

Color convert

RGB2401970-
CMYK00.920.710.06
HSL346.15º88.05%50.78%-
HSV(B)346.15º92.08%94.12%-
XYZ37.2719.437.58-
YUV90.89116.22234.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.95%
GREEN value IS 19 (7.81% from 255) = 5.78%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=72.95%
G=5.78%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240197000.920.710.06346.1588.0550.78
HexF0134605C47615a5833
Octal360231060134107653213063
Binary111100001001110001100101110010001111101010110101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01346; }

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

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

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

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

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

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

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

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