Html Css Color HEX #F60248 Torch Red

📋 copy color: '#F60248'

red 246 ◦ green 2 ◦ blue 72

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

Shades of Torch Red #F60248

Tints of Torch Red #F60248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 76.88%
G = 0.63%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F60248 (or 0xF60248) is known color: Torch Red. HEX triplet: F6, 02 and 48. RGB value is (246,2,72). Sum of RGB (Red+Green+Blue) = 246+2+72=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F60248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60248 is #09FDB7. Grayscale: #525252. Windows color (decimal): -654776 or 4719350. OLE color: 4719350.

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

Color convert

RGB 246 2 72 -
CMYK 0 0.99 0.71 0.04
HSL 342.79º 0.98% 0.49% -
HSV(B) 342.79º 0.99% 0.96% -
XYZ 39.2 20.1 7.95 -
YUV 82.94 121.84 244.31 -
System Red Green Blue C M Y K H S L
Decimal 246 2 72 0 0.99 0.71 0.04 342.79 0.98 0.49
Hex F6 2 48 0 63 47 4 157 62 31
Octal 366 2 110 0 143 107 4 527 142 61
Binary 11110110 10 1001000 0 1100011 1000111 100 101010111 1100010 110001

Color Harmonies of #F60248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60248

Black with #F60248

Text Example


Text Example

White with #F60248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60248; }

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

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

background-color css

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

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

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

border-color css

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

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

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