Html Css Color HEX #F60548 Torch Red

📋 copy color: '#F60548'

red 246 ◦ green 5 ◦ blue 72

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

Shades of Torch Red #F60548

Tints of Torch Red #F60548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 76.16%
G = 1.55%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F60548 (or 0xF60548) is known color: Torch Red. HEX triplet: F6, 05 and 48. RGB value is (246,5,72). Sum of RGB (Red+Green+Blue) = 246+5+72=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F60548 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60548 is #09FAB7. Grayscale: #545454. Windows color (decimal): -654008 or 4720118. OLE color: 4720118.

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

Color convert

RGB 246 5 72 -
CMYK 0 0.98 0.71 0.04
HSL 343.32º 0.96% 0.49% -
HSV(B) 343.32º 0.98% 0.96% -
XYZ 39.23 20.17 7.96 -
YUV 84.7 120.84 243.05 -
System Red Green Blue C M Y K H S L
Decimal 246 5 72 0 0.98 0.71 0.04 343.32 0.96 0.49
Hex F6 5 48 0 62 47 4 157 60 31
Octal 366 5 110 0 142 107 4 527 140 61
Binary 11110110 101 1001000 0 1100010 1000111 100 101010111 1100000 110001

Color Harmonies of #F60548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60548

Black with #F60548

Text Example


Text Example

White with #F60548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60548; }

 p { color: rgb(246,5,72); }

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

background-color css

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

 a { background-color: rgb(246,5,72); }

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

border-color css

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

 span { border-color: rgb(246,5,72); }

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