Html Css Color HEX #F01942 Crimson

📋 copy color: '#F01942'

red 240 ◦ green 25 ◦ blue 66

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

Shades of Crimson #F01942

Tints of Crimson #F01942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 72.51%
G = 7.55%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F01942 (or 0xF01942) is known color: Crimson. HEX triplet: F0, 19 and 42. RGB value is (240,25,66). Sum of RGB (Red+Green+Blue) = 240+25+66=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F01942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01942 is #0FE6BD. Grayscale: #5E5E5E. Windows color (decimal): -1042110 or 4332016. OLE color: 4332016.

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

Color convert

RGB 240 25 66 -
CMYK 0 0.90 0.72 0.06
HSL 348.56º 0.88% 0.52% -
HSV(B) 348.56º 0.9% 0.94% -
XYZ 37.27 19.61 6.98 -
YUV 93.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 240 25 66 0 0.90 0.72 0.06 348.56 0.88 0.52
Hex F0 19 42 0 5A 48 6 15D 58 34
Octal 360 31 102 0 132 110 6 535 130 64
Binary 11110000 11001 1000010 0 1011010 1001000 110 101011101 1011000 110100

Color Harmonies of #F01942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01942

Black with #F01942

Text Example


Text Example

White with #F01942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01942; }

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

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

background-color css

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

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

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

border-color css

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

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

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