#F01B42

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

Shades of Crimson #F01B42

Tints of Crimson #F01B42

Color information

#F01B42 (or 0xF01B42) is unknown color: approx Crimson. HEX triplet: F0, 1B and 42. RGB value is (240,27,66). Sum of RGB (Red+Green+Blue) = 240+27+66=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01B42 is #0FE4BD. Grayscale: #5F5F5F. Windows color (decimal): -1041598 or 4332528. OLE color: 4332528.

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

Color convert

RGB2402766-
CMYK00.890.720.06
HSL349.01º87.65%52.35%-
HSV(B)349.01º88.75%94.12%-
XYZ37.3119.76.99-
YUV95.13111.57231.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.07%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=72.07%
G=8.11%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240276600.890.720.06349.0187.6552.35
HexF01B4205948615d5834
Octal360331020131110653513064
Binary111100001101110000100101100110010001101010111011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01B42; }

 p { color: rgb(240,27,66); }

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

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

 a { background-color: rgb(240,27,66); }

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

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

 span { border-color: rgb(240,27,66); }

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