Html Css Color HEX #F01742 Torch Red

📋 copy color: '#F01742'

red 240 ◦ green 23 ◦ blue 66

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

Shades of Torch Red #F01742

Tints of Torch Red #F01742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

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

R = 72.95%
G = 6.99%
B = 20.06%

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

#F01742 (or 0xF01742) is known color: Torch Red. HEX triplet: F0, 17 and 42. RGB value is (240,23,66). Sum of RGB (Red+Green+Blue) = 240+23+66=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01742 is #0FE8BD. Grayscale: #5C5C5C. Windows color (decimal): -1042622 or 4331504. OLE color: 4331504.

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

Color convert

RGB 240 23 66 -
CMYK 0 0.90 0.72 0.06
HSL 348.11º 0.88% 0.52% -
HSV(B) 348.11º 0.9% 0.94% -
XYZ 37.22 19.53 6.96 -
YUV 92.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 240 23 66 0 0.90 0.72 0.06 348.11 0.88 0.52
Hex F0 17 42 0 5A 48 6 15C 58 34
Octal 360 27 102 0 132 110 6 534 130 64
Binary 11110000 10111 1000010 0 1011010 1001000 110 101011100 1011000 110100

Color Harmonies of #F01742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01742

Black with #F01742

Text Example


Text Example

White with #F01742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01742; }

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

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

background-color css

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

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

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

border-color css

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

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

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