Html Css Color HEX #F60135 Torch Red

📋 copy color: '#F60135'

red 246 ◦ green 1 ◦ blue 53

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

Shades of Torch Red #F60135

Tints of Torch Red #F60135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 82%
G = 0.33%
B = 17.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F60135 (or 0xF60135) is known color: Torch Red. HEX triplet: F6, 01 and 35. RGB value is (246,1,53). Sum of RGB (Red+Green+Blue) = 246+1+53=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F60135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60135 is #09FECA. Grayscale: #505050. Windows color (decimal): -655051 or 3473910. OLE color: 3473910.

HSL color Cylindrical-coordinate representation of color #F60135: hue angle of 347.27º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60135 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 1 53 -
CMYK 0 1.00 0.78 0.04
HSL 347.27º 0.99% 0.48% -
HSV(B) 347.27º 1% 0.96% -
XYZ 38.66 19.87 5.17 -
YUV 80.18 112.67 246.27 -
System Red Green Blue C M Y K H S L
Decimal 246 1 53 0 1.00 0.78 0.04 347.27 0.99 0.48
Hex F6 1 35 0 64 4E 4 15B 63 30
Octal 366 1 65 0 144 116 4 533 143 60
Binary 11110110 1 110101 0 1100100 1001110 100 101011011 1100011 110000

Color Harmonies of #F60135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60135

Black with #F60135

Text Example


Text Example

White with #F60135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60135; }

 p { color: rgb(246,1,53); }

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

background-color css

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

 a { background-color: rgb(246,1,53); }

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

border-color css

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

 span { border-color: rgb(246,1,53); }

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