Html Css Color HEX #F50648 Torch Red

📋 copy color: '#F50648'

red 245 ◦ green 6 ◦ blue 72

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

Shades of Torch Red #F50648

Tints of Torch Red #F50648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 75.85%
G = 1.86%
B = 22.29%

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

#F50648 (or 0xF50648) is known color: Torch Red. HEX triplet: F5, 06 and 48. RGB value is (245,6,72). Sum of RGB (Red+Green+Blue) = 245+6+72=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F50648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50648 is #0AF9B7. Grayscale: #545454. Windows color (decimal): -719288 or 4720373. OLE color: 4720373.

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

Color convert

RGB 245 6 72 -
CMYK 0 0.98 0.71 0.04
HSL 343.43º 0.95% 0.49% -
HSV(B) 343.43º 0.98% 0.96% -
XYZ 38.89 20.01 7.94 -
YUV 84.99 120.68 242.13 -
System Red Green Blue C M Y K H S L
Decimal 245 6 72 0 0.98 0.71 0.04 343.43 0.95 0.49
Hex F5 6 48 0 62 47 4 157 5F 31
Octal 365 6 110 0 142 107 4 527 137 61
Binary 11110101 110 1001000 0 1100010 1000111 100 101010111 1011111 110001

Color Harmonies of #F50648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50648

Black with #F50648

Text Example


Text Example

White with #F50648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50648; }

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

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

background-color css

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

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

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

border-color css

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

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

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