Html Css Color HEX #F80044 Torch Red

📋 copy color: '#F80044'

red 248 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F80044

Tints of Torch Red #F80044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 78.48%
G = 0%
B = 21.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F80044 (or 0xF80044) is known color: Torch Red. HEX triplet: F8, 00 and 44. RGB value is (248,0,68). Sum of RGB (Red+Green+Blue) = 248+0+68=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F80044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80044 is #07FFBB. Grayscale: #515151. Windows color (decimal): -524220 or 4456696. OLE color: 4456696.

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

Color convert

RGB 248 0 68 -
CMYK 0 1 0.73 0.03
HSL 343.55º 1% 0.49% -
HSV(B) 343.55º 1% 0.97% -
XYZ 39.75 20.37 7.31 -
YUV 81.9 120.16 246.47 -
System Red Green Blue C M Y K H S L
Decimal 248 0 68 0 1 0.73 0.03 343.55 1 0.49
Hex F8 0 44 0 64 49 3 158 64 31
Octal 370 0 104 0 144 111 3 530 144 61
Binary 11111000 0 1000100 0 1100100 1001001 11 101011000 1100100 110001

Color Harmonies of #F80044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80044

Black with #F80044

Text Example


Text Example

White with #F80044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80044; }

 p { color: rgb(248,0,68); }

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

background-color css

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

 a { background-color: rgb(248,0,68); }

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

border-color css

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

 span { border-color: rgb(248,0,68); }

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