Html Css Color HEX #F61024 Torch Red

📋 copy color: '#F61024'

red 246 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #F61024

Tints of Torch Red #F61024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 82.55%
G = 5.37%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F61024 (or 0xF61024) is known color: Torch Red. HEX triplet: F6, 10 and 24. RGB value is (246,16,36). Sum of RGB (Red+Green+Blue) = 246+16+36=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F61024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61024 is #09EFDB. Grayscale: #575757. Windows color (decimal): -651228 or 2363638. OLE color: 2363638.

HSL color Cylindrical-coordinate representation of color #F61024: hue angle of 354.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 36 -
CMYK 0 0.93 0.85 0.04
HSL 354.78º 0.93% 0.51% -
HSV(B) 354.78º 0.93% 0.96% -
XYZ 38.51 20.09 3.52 -
YUV 87.05 99.2 241.37 -
System Red Green Blue C M Y K H S L
Decimal 246 16 36 0 0.93 0.85 0.04 354.78 0.93 0.51
Hex F6 10 24 0 5D 55 4 163 5D 33
Octal 366 20 44 0 135 125 4 543 135 63
Binary 11110110 10000 100100 0 1011101 1010101 100 101100011 1011101 110011

Color Harmonies of #F61024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61024

Black with #F61024

Text Example


Text Example

White with #F61024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61024; }

 p { color: rgb(246,16,36); }

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

background-color css

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

 a { background-color: rgb(246,16,36); }

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

border-color css

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

 span { border-color: rgb(246,16,36); }

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