Html Css Color HEX #F80C4A Torch Red

📋 copy color: '#F80C4A'

red 248 ◦ green 12 ◦ blue 74

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

Shades of Torch Red #F80C4A

Tints of Torch Red #F80C4A

RGB

 RED value IS 248 (97.27% from 255) = 74.25%

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 74.25%
G = 3.59%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F80C4A (or 0xF80C4A) is known color: Torch Red. HEX triplet: F8, 0C and 4A. RGB value is (248,12,74). Sum of RGB (Red+Green+Blue) = 248+12+74=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80C4A is #07F3B5. Grayscale: #595959. Windows color (decimal): -521142 or 4852984. OLE color: 4852984.

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

Color convert

RGB 248 12 74 -
CMYK 0 0.95 0.70 0.03
HSL 344.24º 0.94% 0.51% -
HSV(B) 344.24º 0.95% 0.97% -
XYZ 40.08 20.71 8.36 -
YUV 89.63 119.19 240.96 -
System Red Green Blue C M Y K H S L
Decimal 248 12 74 0 0.95 0.70 0.03 344.24 0.94 0.51
Hex F8 C 4A 0 5F 46 3 158 5E 33
Octal 370 14 112 0 137 106 3 530 136 63
Binary 11111000 1100 1001010 0 1011111 1000110 11 101011000 1011110 110011

Color Harmonies of #F80C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C4A

Black with #F80C4A

Text Example


Text Example

White with #F80C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C4A; }

 p { color: rgb(248,12,74); }

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

background-color css

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

 a { background-color: rgb(248,12,74); }

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

border-color css

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

 span { border-color: rgb(248,12,74); }

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