Html Css Color HEX #F01346 Crimson

📋 copy color: '#F01346'

red 240 ◦ green 19 ◦ blue 70

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

Shades of Crimson #F01346

Tints of Crimson #F01346

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 value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01346 (or 0xF01346) is known color: 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

RGB 240 19 70 -
CMYK 0 0.92 0.71 0.06
HSL 346.15º 0.88% 0.51% -
HSV(B) 346.15º 0.92% 0.94% -
XYZ 37.27 19.43 7.58 -
YUV 90.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 240 19 70 0 0.92 0.71 0.06 346.15 0.88 0.51
Hex F0 13 46 0 5C 47 6 15A 58 33
Octal 360 23 106 0 134 107 6 532 130 63
Binary 11110000 10011 1000110 0 1011100 1000111 110 101011010 1011000 110011

Color Harmonies of #F01346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01346

Black with #F01346

Text Example


Text Example

White with #F01346

Text Example


Text Example

HTML Codes & Css Web 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>