Html Css Color HEX #F50548 Torch Red

📋 copy color: '#F50548'

red 245 ◦ green 5 ◦ blue 72

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

Shades of Torch Red #F50548

Tints of Torch Red #F50548

RGB

 RED value IS 245 (96.09% from 255) = 76.09%

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

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

R = 76.09%
G = 1.55%
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

#F50548 (or 0xF50548) is known color: Torch Red. HEX triplet: F5, 05 and 48. RGB value is (245,5,72). Sum of RGB (Red+Green+Blue) = 245+5+72=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F50548 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50548 is #0AFAB7. Grayscale: #545454. Windows color (decimal): -719544 or 4720117. OLE color: 4720117.

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

Color convert

RGB 245 5 72 -
CMYK 0 0.98 0.71 0.04
HSL 343.25º 0.96% 0.49% -
HSV(B) 343.25º 0.98% 0.96% -
XYZ 38.88 19.99 7.94 -
YUV 84.4 121.01 242.55 -
System Red Green Blue C M Y K H S L
Decimal 245 5 72 0 0.98 0.71 0.04 343.25 0.96 0.49
Hex F5 5 48 0 62 47 4 157 60 31
Octal 365 5 110 0 142 107 4 527 140 61
Binary 11110101 101 1001000 0 1100010 1000111 100 101010111 1100000 110001

Color Harmonies of #F50548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50548

Black with #F50548

Text Example


Text Example

White with #F50548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50548; }

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

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

background-color css

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

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

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

border-color css

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

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

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