Html Css Color HEX #F01246 Torch Red

📋 copy color: '#F01246'

red 240 ◦ green 18 ◦ blue 70

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

Shades of Torch Red #F01246

Tints of Torch Red #F01246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 73.17%
G = 5.49%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01246 (or 0xF01246) is known color: Torch Red. HEX triplet: F0, 12 and 46. RGB value is (240,18,70). Sum of RGB (Red+Green+Blue) = 240+18+70=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F01246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01246 is #0FEDB9. Grayscale: #5A5A5A. Windows color (decimal): -1043898 or 4592368. OLE color: 4592368.

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

Color convert

RGB 240 18 70 -
CMYK 0 0.92 0.71 0.06
HSL 345.95º 0.88% 0.51% -
HSV(B) 345.95º 0.93% 0.94% -
XYZ 37.26 19.4 7.58 -
YUV 90.31 116.55 234.77 -
System Red Green Blue C M Y K H S L
Decimal 240 18 70 0 0.92 0.71 0.06 345.95 0.88 0.51
Hex F0 12 46 0 5C 47 6 15A 58 33
Octal 360 22 106 0 134 107 6 532 130 63
Binary 11110000 10010 1000110 0 1011100 1000111 110 101011010 1011000 110011

Color Harmonies of #F01246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01246

Black with #F01246

Text Example


Text Example

White with #F01246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01246; }

 p { color: rgb(240,18,70); }

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

background-color css

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

 a { background-color: rgb(240,18,70); }

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

border-color css

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

 span { border-color: rgb(240,18,70); }

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