Html Css Color HEX #F01042 Torch Red

📋 copy color: '#F01042'

red 240 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #F01042

Tints of Torch Red #F01042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 74.53%
G = 4.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F01042 (or 0xF01042) is known color: Torch Red. HEX triplet: F0, 10 and 42. RGB value is (240,16,66). Sum of RGB (Red+Green+Blue) = 240+16+66=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F01042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01042 is #0FEFBD. Grayscale: #585858. Windows color (decimal): -1044414 or 4329712. OLE color: 4329712.

HSL color Cylindrical-coordinate representation of color #F01042: hue angle of 346.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01042 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 66 -
CMYK 0 0.93 0.72 0.06
HSL 346.61º 0.88% 0.5% -
HSV(B) 346.61º 0.93% 0.94% -
XYZ 37.1 19.29 6.92 -
YUV 88.68 115.21 235.93 -
System Red Green Blue C M Y K H S L
Decimal 240 16 66 0 0.93 0.72 0.06 346.61 0.88 0.5
Hex F0 10 42 0 5D 48 6 15B 58 32
Octal 360 20 102 0 135 110 6 533 130 62
Binary 11110000 10000 1000010 0 1011101 1001000 110 101011011 1011000 110010

Color Harmonies of #F01042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01042

Black with #F01042

Text Example


Text Example

White with #F01042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01042; }

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

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

background-color css

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

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

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

border-color css

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

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

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