Html Css Color HEX #F60237 Torch Red

📋 copy color: '#F60237'

red 246 ◦ green 2 ◦ blue 55

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

Shades of Torch Red #F60237

Tints of Torch Red #F60237

RGB

 RED value IS 246 (96.48% from 255) = 81.19%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 81.19%
G = 0.66%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F60237 (or 0xF60237) is known color: Torch Red. HEX triplet: F6, 02 and 37. RGB value is (246,2,55). Sum of RGB (Red+Green+Blue) = 246+2+55=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F60237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60237 is #09FDC8. Grayscale: #515151. Windows color (decimal): -654793 or 3605238. OLE color: 3605238.

HSL color Cylindrical-coordinate representation of color #F60237: hue angle of 346.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60237 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 55 -
CMYK 0 0.99 0.78 0.04
HSL 346.97º 0.98% 0.49% -
HSV(B) 346.97º 0.99% 0.96% -
XYZ 38.72 19.91 5.42 -
YUV 81 113.34 245.69 -
System Red Green Blue C M Y K H S L
Decimal 246 2 55 0 0.99 0.78 0.04 346.97 0.98 0.49
Hex F6 2 37 0 63 4E 4 15B 62 31
Octal 366 2 67 0 143 116 4 533 142 61
Binary 11110110 10 110111 0 1100011 1001110 100 101011011 1100010 110001

Color Harmonies of #F60237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60237

Black with #F60237

Text Example


Text Example

White with #F60237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60237; }

 p { color: rgb(246,2,55); }

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

background-color css

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

 a { background-color: rgb(246,2,55); }

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

border-color css

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

 span { border-color: rgb(246,2,55); }

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