Html Css Color HEX #F61048 Torch Red

📋 copy color: '#F61048'

red 246 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #F61048

Tints of Torch Red #F61048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

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

R = 73.65%
G = 4.79%
B = 21.56%

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

#F61048 (or 0xF61048) is known color: Torch Red. HEX triplet: F6, 10 and 48. RGB value is (246,16,72). Sum of RGB (Red+Green+Blue) = 246+16+72=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F61048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61048 is #09EFB7. Grayscale: #5B5B5B. Windows color (decimal): -651192 or 4722934. OLE color: 4722934.

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

Color convert

RGB 246 16 72 -
CMYK 0 0.93 0.71 0.04
HSL 345.39º 0.93% 0.51% -
HSV(B) 345.39º 0.93% 0.96% -
XYZ 39.36 20.43 8 -
YUV 91.15 117.2 238.45 -
System Red Green Blue C M Y K H S L
Decimal 246 16 72 0 0.93 0.71 0.04 345.39 0.93 0.51
Hex F6 10 48 0 5D 47 4 159 5D 33
Octal 366 20 110 0 135 107 4 531 135 63
Binary 11110110 10000 1001000 0 1011101 1000111 100 101011001 1011101 110011

Color Harmonies of #F61048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61048

Black with #F61048

Text Example


Text Example

White with #F61048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61048; }

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

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

background-color css

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

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

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

border-color css

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

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

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