Html Css Color HEX #F60C4B Torch Red

📋 copy color: '#F60C4B'

red 246 ◦ green 12 ◦ blue 75

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

Shades of Torch Red #F60C4B

Tints of Torch Red #F60C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.6%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 73.87%
G = 3.6%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F60C4B (or 0xF60C4B) is known color: Torch Red. HEX triplet: F6, 0C and 4B. RGB value is (246,12,75). Sum of RGB (Red+Green+Blue) = 246+12+75=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C4B is #09F3B4. Grayscale: #595959. Windows color (decimal): -652213 or 4918518. OLE color: 4918518.

HSL color Cylindrical-coordinate representation of color #F60C4B: hue angle of 343.85º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C4B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 75 -
CMYK 0 0.95 0.70 0.04
HSL 343.85º 0.93% 0.51% -
HSV(B) 343.85º 0.95% 0.96% -
XYZ 39.41 20.36 8.51 -
YUV 89.15 120.02 239.88 -
System Red Green Blue C M Y K H S L
Decimal 246 12 75 0 0.95 0.70 0.04 343.85 0.93 0.51
Hex F6 C 4B 0 5F 46 4 158 5D 33
Octal 366 14 113 0 137 106 4 530 135 63
Binary 11110110 1100 1001011 0 1011111 1000110 100 101011000 1011101 110011

Color Harmonies of #F60C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C4B

Black with #F60C4B

Text Example


Text Example

White with #F60C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C4B; }

 p { color: rgb(246,12,75); }

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

background-color css

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

 a { background-color: rgb(246,12,75); }

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

border-color css

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

 span { border-color: rgb(246,12,75); }

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