Html Css Color HEX #F60225 Torch Red

📋 copy color: '#F60225'

red 246 ◦ green 2 ◦ blue 37

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

Shades of Torch Red #F60225

Tints of Torch Red #F60225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 86.32%
G = 0.7%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F60225 (or 0xF60225) is known color: Torch Red. HEX triplet: F6, 02 and 25. RGB value is (246,2,37). Sum of RGB (Red+Green+Blue) = 246+2+37=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F60225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60225 is #09FDDA. Grayscale: #4F4F4F. Windows color (decimal): -654811 or 2425590. OLE color: 2425590.

HSL color Cylindrical-coordinate representation of color #F60225: hue angle of 351.39º 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 #F60225 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 37 -
CMYK 0 0.99 0.85 0.04
HSL 351.39º 0.98% 0.49% -
HSV(B) 351.39º 0.99% 0.96% -
XYZ 38.36 19.77 3.54 -
YUV 78.95 104.34 247.15 -
System Red Green Blue C M Y K H S L
Decimal 246 2 37 0 0.99 0.85 0.04 351.39 0.98 0.49
Hex F6 2 25 0 63 55 4 15F 62 31
Octal 366 2 45 0 143 125 4 537 142 61
Binary 11110110 10 100101 0 1100011 1010101 100 101011111 1100010 110001

Color Harmonies of #F60225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60225

Black with #F60225

Text Example


Text Example

White with #F60225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60225; }

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

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

background-color css

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

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

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

border-color css

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

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

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