Html Css Color HEX #F01349 Crimson

📋 copy color: '#F01349'

red 240 ◦ green 19 ◦ blue 73

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

Shades of Crimson #F01349

Tints of Crimson #F01349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 72.29%
G = 5.72%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F01349 (or 0xF01349) is known color: Crimson. HEX triplet: F0, 13 and 49. RGB value is (240,19,73). Sum of RGB (Red+Green+Blue) = 240+19+73=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F01349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01349 is #0FECB6. Grayscale: #5B5B5B. Windows color (decimal): -1043639 or 4789232. OLE color: 4789232.

HSL color Cylindrical-coordinate representation of color #F01349: hue angle of 345.34º 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 #F01349 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 73 -
CMYK 0 0.92 0.70 0.06
HSL 345.34º 0.88% 0.51% -
HSV(B) 345.34º 0.92% 0.94% -
XYZ 37.37 19.47 8.09 -
YUV 91.24 117.72 234.11 -
System Red Green Blue C M Y K H S L
Decimal 240 19 73 0 0.92 0.70 0.06 345.34 0.88 0.51
Hex F0 13 49 0 5C 46 6 159 58 33
Octal 360 23 111 0 134 106 6 531 130 63
Binary 11110000 10011 1001001 0 1011100 1000110 110 101011001 1011000 110011

Color Harmonies of #F01349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01349

Black with #F01349

Text Example


Text Example

White with #F01349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01349; }

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

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

background-color css

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

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

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

border-color css

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

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

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