Html Css Color HEX #F60342 Torch Red

📋 copy color: '#F60342'

red 246 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #F60342

Tints of Torch Red #F60342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 78.1%
G = 0.95%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F60342 (or 0xF60342) is known color: Torch Red. HEX triplet: F6, 03 and 42. RGB value is (246,3,66). Sum of RGB (Red+Green+Blue) = 246+3+66=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F60342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60342 is #09FCBD. Grayscale: #525252. Windows color (decimal): -654526 or 4326390. OLE color: 4326390.

HSL color Cylindrical-coordinate representation of color #F60342: hue angle of 344.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60342 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 66 -
CMYK 0 0.99 0.73 0.04
HSL 344.44º 0.98% 0.49% -
HSV(B) 344.44º 0.99% 0.96% -
XYZ 39.02 20.05 6.97 -
YUV 82.84 118.51 244.38 -
System Red Green Blue C M Y K H S L
Decimal 246 3 66 0 0.99 0.73 0.04 344.44 0.98 0.49
Hex F6 3 42 0 63 49 4 158 62 31
Octal 366 3 102 0 143 111 4 530 142 61
Binary 11110110 11 1000010 0 1100011 1001001 100 101011000 1100010 110001

Color Harmonies of #F60342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60342

Black with #F60342

Text Example


Text Example

White with #F60342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60342; }

 p { color: rgb(246,3,66); }

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

background-color css

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

 a { background-color: rgb(246,3,66); }

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

border-color css

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

 span { border-color: rgb(246,3,66); }

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