Html Css Color HEX #F6152C Torch Red

📋 copy color: '#F6152C'

red 246 ◦ green 21 ◦ blue 44

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

Shades of Torch Red #F6152C

Tints of Torch Red #F6152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 79.1%
G = 6.75%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F6152C (or 0xF6152C) is known color: Torch Red. HEX triplet: F6, 15 and 2C. RGB value is (246,21,44). Sum of RGB (Red+Green+Blue) = 246+21+44=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F6152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6152C is #09EAD3. Grayscale: #5B5B5B. Windows color (decimal): -649940 or 2889206. OLE color: 2889206.

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

Color convert

RGB 246 21 44 -
CMYK 0 0.91 0.82 0.04
HSL 353.87º 0.93% 0.52% -
HSV(B) 353.87º 0.91% 0.96% -
XYZ 38.73 20.31 4.26 -
YUV 90.9 101.54 238.63 -
System Red Green Blue C M Y K H S L
Decimal 246 21 44 0 0.91 0.82 0.04 353.87 0.93 0.52
Hex F6 15 2C 0 5B 52 4 162 5D 34
Octal 366 25 54 0 133 122 4 542 135 64
Binary 11110110 10101 101100 0 1011011 1010010 100 101100010 1011101 110100

Color Harmonies of #F6152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6152C

Black with #F6152C

Text Example


Text Example

White with #F6152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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