Html Css Color HEX #F60448 Torch Red

📋 copy color: '#F60448'

red 246 ◦ green 4 ◦ blue 72

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

Shades of Torch Red #F60448

Tints of Torch Red #F60448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 76.4%
G = 1.24%
B = 22.36%

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

#F60448 (or 0xF60448) is known color: Torch Red. HEX triplet: F6, 04 and 48. RGB value is (246,4,72). Sum of RGB (Red+Green+Blue) = 246+4+72=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F60448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60448 is #09FBB7. Grayscale: #545454. Windows color (decimal): -654264 or 4719862. OLE color: 4719862.

HSL color Cylindrical-coordinate representation of color #F60448: hue angle of 343.14º degrees, saturation: 0.97, 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 #F60448 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 4 72 -
CMYK 0 0.98 0.71 0.04
HSL 343.14º 0.97% 0.49% -
HSV(B) 343.14º 0.98% 0.96% -
XYZ 39.22 20.15 7.95 -
YUV 84.11 121.17 243.47 -
System Red Green Blue C M Y K H S L
Decimal 246 4 72 0 0.98 0.71 0.04 343.14 0.97 0.49
Hex F6 4 48 0 62 47 4 157 61 31
Octal 366 4 110 0 142 107 4 527 141 61
Binary 11110110 100 1001000 0 1100010 1000111 100 101010111 1100001 110001

Color Harmonies of #F60448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60448

Black with #F60448

Text Example


Text Example

White with #F60448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60448; }

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

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

background-color css

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

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

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

border-color css

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

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

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