Html Css Color HEX #F6153C Torch Red

📋 copy color: '#F6153C'

red 246 ◦ green 21 ◦ blue 60

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

Shades of Torch Red #F6153C

Tints of Torch Red #F6153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 75.23%
G = 6.42%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6153C (or 0xF6153C) is known color: Torch Red. HEX triplet: F6, 15 and 3C. RGB value is (246,21,60). Sum of RGB (Red+Green+Blue) = 246+21+60=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F6153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6153C is #09EAC3. Grayscale: #5C5C5C. Windows color (decimal): -649924 or 3937782. OLE color: 3937782.

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

Color convert

RGB 246 21 60 -
CMYK 0 0.91 0.76 0.04
HSL 349.6º 0.93% 0.52% -
HSV(B) 349.6º 0.91% 0.96% -
XYZ 39.09 20.46 6.16 -
YUV 92.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 246 21 60 0 0.91 0.76 0.04 349.6 0.93 0.52
Hex F6 15 3C 0 5B 4C 4 15E 5D 34
Octal 366 25 74 0 133 114 4 536 135 64
Binary 11110110 10101 111100 0 1011011 1001100 100 101011110 1011101 110100

Color Harmonies of #F6153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6153C

Black with #F6153C

Text Example


Text Example

White with #F6153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6153C; }

 p { color: rgb(246,21,60); }

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

background-color css

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

 a { background-color: rgb(246,21,60); }

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

border-color css

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

 span { border-color: rgb(246,21,60); }

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