Html Css Color HEX #F80E4B Torch Red

📋 copy color: '#F80E4B'

red 248 ◦ green 14 ◦ blue 75

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

Shades of Torch Red #F80E4B

Tints of Torch Red #F80E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 73.59%
G = 4.15%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F80E4B (or 0xF80E4B) is known color: Torch Red. HEX triplet: F8, 0E and 4B. RGB value is (248,14,75). Sum of RGB (Red+Green+Blue) = 248+14+75=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80E4B is #07F1B4. Grayscale: #5A5A5A. Windows color (decimal): -520629 or 4919032. OLE color: 4919032.

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

Color convert

RGB 248 14 75 -
CMYK 0 0.94 0.70 0.03
HSL 344.36º 0.94% 0.51% -
HSV(B) 344.36º 0.94% 0.97% -
XYZ 40.14 20.78 8.55 -
YUV 90.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 248 14 75 0 0.94 0.70 0.03 344.36 0.94 0.51
Hex F8 E 4B 0 5E 46 3 158 5E 33
Octal 370 16 113 0 136 106 3 530 136 63
Binary 11111000 1110 1001011 0 1011110 1000110 11 101011000 1011110 110011

Color Harmonies of #F80E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80E4B

Black with #F80E4B

Text Example


Text Example

White with #F80E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80E4B; }

 p { color: rgb(248,14,75); }

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

background-color css

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

 a { background-color: rgb(248,14,75); }

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

border-color css

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

 span { border-color: rgb(248,14,75); }

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