Html Css Color HEX #F40440 Torch Red

📋 copy color: '#F40440'

red 244 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #F40440

Tints of Torch Red #F40440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 78.21%
G = 1.28%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F40440 (or 0xF40440) is known color: Torch Red. HEX triplet: F4, 04 and 40. RGB value is (244,4,64). Sum of RGB (Red+Green+Blue) = 244+4+64=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F40440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40440 is #0BFBBF. Grayscale: #525252. Windows color (decimal): -785344 or 4195572. OLE color: 4195572.

HSL color Cylindrical-coordinate representation of color #F40440: hue angle of 345º 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 #F40440 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 64 -
CMYK 0 0.98 0.74 0.04
HSL 345º 0.97% 0.49% -
HSV(B) 345º 0.98% 0.96% -
XYZ 38.28 19.69 6.63 -
YUV 82.6 117.51 243.12 -
System Red Green Blue C M Y K H S L
Decimal 244 4 64 0 0.98 0.74 0.04 345 0.97 0.49
Hex F4 4 40 0 62 4A 4 159 61 31
Octal 364 4 100 0 142 112 4 531 141 61
Binary 11110100 100 1000000 0 1100010 1001010 100 101011001 1100001 110001

Color Harmonies of #F40440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40440

Black with #F40440

Text Example


Text Example

White with #F40440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40440; }

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

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

background-color css

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

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

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

border-color css

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

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

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