Html Css Color HEX #F40641 Torch Red

📋 copy color: '#F40641'

red 244 ◦ green 6 ◦ blue 65

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

Shades of Torch Red #F40641

Tints of Torch Red #F40641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 77.46%
G = 1.9%
B = 20.63%

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

#F40641 (or 0xF40641) is known color: Torch Red. HEX triplet: F4, 06 and 41. RGB value is (244,6,65). Sum of RGB (Red+Green+Blue) = 244+6+65=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F40641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40641 is #0BF9BE. Grayscale: #535353. Windows color (decimal): -784831 or 4261620. OLE color: 4261620.

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

Color convert

RGB 244 6 65 -
CMYK 0 0.98 0.73 0.04
HSL 345.13º 0.95% 0.49% -
HSV(B) 345.13º 0.98% 0.96% -
XYZ 38.33 19.75 6.79 -
YUV 83.89 117.35 242.2 -
System Red Green Blue C M Y K H S L
Decimal 244 6 65 0 0.98 0.73 0.04 345.13 0.95 0.49
Hex F4 6 41 0 62 49 4 159 5F 31
Octal 364 6 101 0 142 111 4 531 137 61
Binary 11110100 110 1000001 0 1100010 1001001 100 101011001 1011111 110001

Color Harmonies of #F40641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40641

Black with #F40641

Text Example


Text Example

White with #F40641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40641; }

 p { color: rgb(244,6,65); }

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

background-color css

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

 a { background-color: rgb(244,6,65); }

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

border-color css

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

 span { border-color: rgb(244,6,65); }

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