Html Css Color HEX #F01239 Torch Red

📋 copy color: '#F01239'

red 240 ◦ green 18 ◦ blue 57

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

Shades of Torch Red #F01239

Tints of Torch Red #F01239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 76.19%
G = 5.71%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F01239 (or 0xF01239) is known color: Torch Red. HEX triplet: F0, 12 and 39. RGB value is (240,18,57). Sum of RGB (Red+Green+Blue) = 240+18+57=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F01239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01239 is #0FEDC6. Grayscale: #585858. Windows color (decimal): -1043911 or 3740400. OLE color: 3740400.

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

Color convert

RGB 240 18 57 -
CMYK 0 0.92 0.76 0.06
HSL 349.46º 0.88% 0.51% -
HSV(B) 349.46º 0.93% 0.94% -
XYZ 36.89 19.25 5.64 -
YUV 88.82 110.05 235.83 -
System Red Green Blue C M Y K H S L
Decimal 240 18 57 0 0.92 0.76 0.06 349.46 0.88 0.51
Hex F0 12 39 0 5C 4C 6 15D 58 33
Octal 360 22 71 0 134 114 6 535 130 63
Binary 11110000 10010 111001 0 1011100 1001100 110 101011101 1011000 110011

Color Harmonies of #F01239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01239

Black with #F01239

Text Example


Text Example

White with #F01239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01239; }

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

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

background-color css

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

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

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

border-color css

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

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

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