Html Css Color HEX #F6104C Torch Red

📋 copy color: '#F6104C'

red 246 ◦ green 16 ◦ blue 76

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

Shades of Torch Red #F6104C

Tints of Torch Red #F6104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 72.78%
G = 4.73%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6104C (or 0xF6104C) is known color: Torch Red. HEX triplet: F6, 10 and 4C. RGB value is (246,16,76). Sum of RGB (Red+Green+Blue) = 246+16+76=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F6104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6104C is #09EFB3. Grayscale: #5B5B5B. Windows color (decimal): -651188 or 4985078. OLE color: 4985078.

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

Color convert

RGB 246 16 76 -
CMYK 0 0.93 0.69 0.04
HSL 344.35º 0.93% 0.51% -
HSV(B) 344.35º 0.93% 0.96% -
XYZ 39.5 20.49 8.71 -
YUV 91.61 119.2 238.12 -
System Red Green Blue C M Y K H S L
Decimal 246 16 76 0 0.93 0.69 0.04 344.35 0.93 0.51
Hex F6 10 4C 0 5D 45 4 158 5D 33
Octal 366 20 114 0 135 105 4 530 135 63
Binary 11110110 10000 1001100 0 1011101 1000101 100 101011000 1011101 110011

Color Harmonies of #F6104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6104C

Black with #F6104C

Text Example


Text Example

White with #F6104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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