Html Css Color HEX #F80432 Torch Red

📋 copy color: '#F80432'

red 248 ◦ green 4 ◦ blue 50

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

Shades of Torch Red #F80432

Tints of Torch Red #F80432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 82.12%
G = 1.32%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F80432 (or 0xF80432) is known color: Torch Red. HEX triplet: F8, 04 and 32. RGB value is (248,4,50). Sum of RGB (Red+Green+Blue) = 248+4+50=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F80432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80432 is #07FBCD. Grayscale: #525252. Windows color (decimal): -523214 or 3278072. OLE color: 3278072.

HSL color Cylindrical-coordinate representation of color #F80432: hue angle of 348.69º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80432 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 50 -
CMYK 0 0.98 0.80 0.03
HSL 348.69º 0.97% 0.49% -
HSV(B) 348.69º 0.98% 0.97% -
XYZ 39.33 20.27 4.86 -
YUV 82.2 109.84 246.26 -
System Red Green Blue C M Y K H S L
Decimal 248 4 50 0 0.98 0.80 0.03 348.69 0.97 0.49
Hex F8 4 32 0 62 50 3 15D 61 31
Octal 370 4 62 0 142 120 3 535 141 61
Binary 11111000 100 110010 0 1100010 1010000 11 101011101 1100001 110001

Color Harmonies of #F80432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80432

Black with #F80432

Text Example


Text Example

White with #F80432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80432; }

 p { color: rgb(248,4,50); }

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

background-color css

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

 a { background-color: rgb(248,4,50); }

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

border-color css

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

 span { border-color: rgb(248,4,50); }

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