Html Css Color HEX #F80042 Torch Red

📋 copy color: '#F80042'

red 248 ◦ green 0 ◦ blue 66

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

Shades of Torch Red #F80042

Tints of Torch Red #F80042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 78.98%
G = 0%
B = 21.02%

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

#F80042 (or 0xF80042) is known color: Torch Red. HEX triplet: F8, 00 and 42. RGB value is (248,0,66). Sum of RGB (Red+Green+Blue) = 248+0+66=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F80042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80042 is #07FFBD. Grayscale: #515151. Windows color (decimal): -524222 or 4325624. OLE color: 4325624.

HSL color Cylindrical-coordinate representation of color #F80042: hue angle of 344.03º 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 #F80042 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 66 -
CMYK 0 1 0.73 0.03
HSL 344.03º 1% 0.49% -
HSV(B) 344.03º 1% 0.97% -
XYZ 39.69 20.35 6.99 -
YUV 81.68 119.16 246.63 -
System Red Green Blue C M Y K H S L
Decimal 248 0 66 0 1 0.73 0.03 344.03 1 0.49
Hex F8 0 42 0 64 49 3 158 64 31
Octal 370 0 102 0 144 111 3 530 144 61
Binary 11111000 0 1000010 0 1100100 1001001 11 101011000 1100100 110001

Color Harmonies of #F80042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80042

Black with #F80042

Text Example


Text Example

White with #F80042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80042; }

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

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

background-color css

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

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

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

border-color css

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

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

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