Html Css Color HEX #F61030 Torch Red

📋 copy color: '#F61030'

red 246 ◦ green 16 ◦ blue 48

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

Shades of Torch Red #F61030

Tints of Torch Red #F61030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 79.35%
G = 5.16%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61030 (or 0xF61030) is known color: Torch Red. HEX triplet: F6, 10 and 30. RGB value is (246,16,48). Sum of RGB (Red+Green+Blue) = 246+16+48=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F61030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61030 is #09EFCF. Grayscale: #585858. Windows color (decimal): -651216 or 3150070. OLE color: 3150070.

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

Color convert

RGB 246 16 48 -
CMYK 0 0.93 0.80 0.04
HSL 351.65º 0.93% 0.51% -
HSV(B) 351.65º 0.93% 0.96% -
XYZ 38.72 20.18 4.65 -
YUV 88.42 105.2 240.4 -
System Red Green Blue C M Y K H S L
Decimal 246 16 48 0 0.93 0.80 0.04 351.65 0.93 0.51
Hex F6 10 30 0 5D 50 4 160 5D 33
Octal 366 20 60 0 135 120 4 540 135 63
Binary 11110110 10000 110000 0 1011101 1010000 100 101100000 1011101 110011

Color Harmonies of #F61030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61030

Black with #F61030

Text Example


Text Example

White with #F61030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61030; }

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

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

background-color css

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

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

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

border-color css

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

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

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