Html Css Color HEX #F60334 Torch Red

📋 copy color: '#F60334'

red 246 ◦ green 3 ◦ blue 52

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

Shades of Torch Red #F60334

Tints of Torch Red #F60334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 81.73%
G = 1%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F60334 (or 0xF60334) is known color: Torch Red. HEX triplet: F6, 03 and 34. RGB value is (246,3,52). Sum of RGB (Red+Green+Blue) = 246+3+52=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F60334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60334 is #09FCCB. Grayscale: #515151. Windows color (decimal): -654540 or 3408886. OLE color: 3408886.

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

Color convert

RGB 246 3 52 -
CMYK 0 0.99 0.79 0.04
HSL 347.9º 0.98% 0.49% -
HSV(B) 347.9º 0.99% 0.96% -
XYZ 38.66 19.91 5.05 -
YUV 81.24 111.51 245.52 -
System Red Green Blue C M Y K H S L
Decimal 246 3 52 0 0.99 0.79 0.04 347.9 0.98 0.49
Hex F6 3 34 0 63 4F 4 15C 62 31
Octal 366 3 64 0 143 117 4 534 142 61
Binary 11110110 11 110100 0 1100011 1001111 100 101011100 1100010 110001

Color Harmonies of #F60334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60334

Black with #F60334

Text Example


Text Example

White with #F60334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60334; }

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

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

background-color css

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

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

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

border-color css

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

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

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