Html Css Color HEX #F51040 Torch Red

📋 copy color: '#F51040'

red 245 ◦ green 16 ◦ blue 64

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

Shades of Torch Red #F51040

Tints of Torch Red #F51040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 75.38%
G = 4.92%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F51040 (or 0xF51040) is known color: Torch Red. HEX triplet: F5, 10 and 40. RGB value is (245,16,64). Sum of RGB (Red+Green+Blue) = 245+16+64=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F51040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51040 is #0AEFBF. Grayscale: #595959. Windows color (decimal): -716736 or 4198645. OLE color: 4198645.

HSL color Cylindrical-coordinate representation of color #F51040: hue angle of 347.42º degrees, saturation: 0.92, 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 #F51040 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 16 64 -
CMYK 0 0.93 0.74 0.04
HSL 347.42º 0.92% 0.51% -
HSV(B) 347.42º 0.93% 0.96% -
XYZ 38.77 20.15 6.7 -
YUV 89.94 113.37 238.6 -
System Red Green Blue C M Y K H S L
Decimal 245 16 64 0 0.93 0.74 0.04 347.42 0.92 0.51
Hex F5 10 40 0 5D 4A 4 15B 5C 33
Octal 365 20 100 0 135 112 4 533 134 63
Binary 11110101 10000 1000000 0 1011101 1001010 100 101011011 1011100 110011

Color Harmonies of #F51040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51040

Black with #F51040

Text Example


Text Example

White with #F51040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51040; }

 p { color: rgb(245,16,64); }

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

background-color css

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

 a { background-color: rgb(245,16,64); }

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

border-color css

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

 span { border-color: rgb(245,16,64); }

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