Html Css Color HEX #F40442 Torch Red

📋 copy color: '#F40442'

red 244 ◦ green 4 ◦ blue 66

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

Shades of Torch Red #F40442

Tints of Torch Red #F40442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 77.71%
G = 1.27%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40442 (or 0xF40442) is known color: Torch Red. HEX triplet: F4, 04 and 42. RGB value is (244,4,66). Sum of RGB (Red+Green+Blue) = 244+4+66=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F40442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40442 is #0BFBBD. Grayscale: #525252. Windows color (decimal): -785342 or 4326644. OLE color: 4326644.

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

Color convert

RGB 244 4 66 -
CMYK 0 0.98 0.73 0.04
HSL 344.5º 0.97% 0.49% -
HSV(B) 344.5º 0.98% 0.96% -
XYZ 38.34 19.71 6.94 -
YUV 82.83 118.51 242.96 -
System Red Green Blue C M Y K H S L
Decimal 244 4 66 0 0.98 0.73 0.04 344.5 0.97 0.49
Hex F4 4 42 0 62 49 4 158 61 31
Octal 364 4 102 0 142 111 4 530 141 61
Binary 11110100 100 1000010 0 1100010 1001001 100 101011000 1100001 110001

Color Harmonies of #F40442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40442

Black with #F40442

Text Example


Text Example

White with #F40442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40442; }

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

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

background-color css

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

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

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

border-color css

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

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

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