Html Css Color HEX #F50542 Torch Red

📋 copy color: '#F50542'

red 245 ◦ green 5 ◦ blue 66

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

Shades of Torch Red #F50542

Tints of Torch Red #F50542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 77.53%
G = 1.58%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F50542 (or 0xF50542) is known color: Torch Red. HEX triplet: F5, 05 and 42. RGB value is (245,5,66). Sum of RGB (Red+Green+Blue) = 245+5+66=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F50542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50542 is #0AFABD. Grayscale: #535353. Windows color (decimal): -719550 or 4326901. OLE color: 4326901.

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

Color convert

RGB 245 5 66 -
CMYK 0 0.98 0.73 0.04
HSL 344.75º 0.96% 0.49% -
HSV(B) 344.75º 0.98% 0.96% -
XYZ 38.69 19.91 6.96 -
YUV 83.71 118.01 243.04 -
System Red Green Blue C M Y K H S L
Decimal 245 5 66 0 0.98 0.73 0.04 344.75 0.96 0.49
Hex F5 5 42 0 62 49 4 159 60 31
Octal 365 5 102 0 142 111 4 531 140 61
Binary 11110101 101 1000010 0 1100010 1001001 100 101011001 1100000 110001

Color Harmonies of #F50542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50542

Black with #F50542

Text Example


Text Example

White with #F50542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50542; }

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

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

background-color css

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

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

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

border-color css

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

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

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