Html Css Color HEX #F50D4A Torch Red

📋 copy color: '#F50D4A'

red 245 ◦ green 13 ◦ blue 74

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

Shades of Torch Red #F50D4A

Tints of Torch Red #F50D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 73.8%
G = 3.92%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F50D4A (or 0xF50D4A) is known color: Torch Red. HEX triplet: F5, 0D and 4A. RGB value is (245,13,74). Sum of RGB (Red+Green+Blue) = 245+13+74=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50D4A is #0AF2B5. Grayscale: #595959. Windows color (decimal): -717494 or 4853237. OLE color: 4853237.

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

Color convert

RGB 245 13 74 -
CMYK 0 0.95 0.70 0.04
HSL 344.22º 0.92% 0.51% -
HSV(B) 344.22º 0.95% 0.96% -
XYZ 39.04 20.19 8.32 -
YUV 89.32 119.36 239.04 -
System Red Green Blue C M Y K H S L
Decimal 245 13 74 0 0.95 0.70 0.04 344.22 0.92 0.51
Hex F5 D 4A 0 5F 46 4 158 5C 33
Octal 365 15 112 0 137 106 4 530 134 63
Binary 11110101 1101 1001010 0 1011111 1000110 100 101011000 1011100 110011

Color Harmonies of #F50D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D4A

Black with #F50D4A

Text Example


Text Example

White with #F50D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D4A; }

 p { color: rgb(245,13,74); }

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

background-color css

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

 a { background-color: rgb(245,13,74); }

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

border-color css

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

 span { border-color: rgb(245,13,74); }

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