Html Css Color HEX #F40842 Torch Red

📋 copy color: '#F40842'

red 244 ◦ green 8 ◦ blue 66

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

Shades of Torch Red #F40842

Tints of Torch Red #F40842

RGB

 RED value IS 244 (95.7% from 255) = 76.73%

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 76.73%
G = 2.52%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40842 (or 0xF40842) is known color: Torch Red. HEX triplet: F4, 08 and 42. RGB value is (244,8,66). Sum of RGB (Red+Green+Blue) = 244+8+66=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F40842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40842 is #0BF7BD. Grayscale: #555555. Windows color (decimal): -784318 or 4327668. OLE color: 4327668.

HSL color Cylindrical-coordinate representation of color #F40842: hue angle of 345.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40842 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 8 66 -
CMYK 0 0.97 0.73 0.04
HSL 345.25º 0.94% 0.49% -
HSV(B) 345.25º 0.97% 0.96% -
XYZ 38.38 19.8 6.95 -
YUV 85.18 117.19 241.28 -
System Red Green Blue C M Y K H S L
Decimal 244 8 66 0 0.97 0.73 0.04 345.25 0.94 0.49
Hex F4 8 42 0 61 49 4 159 5E 31
Octal 364 10 102 0 141 111 4 531 136 61
Binary 11110100 1000 1000010 0 1100001 1001001 100 101011001 1011110 110001

Color Harmonies of #F40842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40842

Black with #F40842

Text Example


Text Example

White with #F40842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40842; }

 p { color: rgb(244,8,66); }

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

background-color css

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

 a { background-color: rgb(244,8,66); }

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

border-color css

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

 span { border-color: rgb(244,8,66); }

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