Html Css Color HEX #F61148 Torch Red

📋 copy color: '#F61148'

red 246 ◦ green 17 ◦ blue 72

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

Shades of Torch Red #F61148

Tints of Torch Red #F61148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

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

R = 73.43%
G = 5.07%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F61148 (or 0xF61148) is known color: Torch Red. HEX triplet: F6, 11 and 48. RGB value is (246,17,72). Sum of RGB (Red+Green+Blue) = 246+17+72=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F61148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61148 is #09EEB7. Grayscale: #5B5B5B. Windows color (decimal): -650936 or 4723190. OLE color: 4723190.

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

Color convert

RGB 246 17 72 -
CMYK 0 0.93 0.71 0.04
HSL 345.59º 0.93% 0.52% -
HSV(B) 345.59º 0.93% 0.96% -
XYZ 39.38 20.46 8.01 -
YUV 91.74 116.87 238.03 -
System Red Green Blue C M Y K H S L
Decimal 246 17 72 0 0.93 0.71 0.04 345.59 0.93 0.52
Hex F6 11 48 0 5D 47 4 15A 5D 34
Octal 366 21 110 0 135 107 4 532 135 64
Binary 11110110 10001 1001000 0 1011101 1000111 100 101011010 1011101 110100

Color Harmonies of #F61148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61148

Black with #F61148

Text Example


Text Example

White with #F61148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61148; }

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

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

background-color css

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

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

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

border-color css

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

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

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