Html Css Color HEX #F81042 Torch Red

📋 copy color: '#F81042'

red 248 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #F81042

Tints of Torch Red #F81042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

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

R = 75.15%
G = 4.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81042 (or 0xF81042) is known color: Torch Red. HEX triplet: F8, 10 and 42. RGB value is (248,16,66). Sum of RGB (Red+Green+Blue) = 248+16+66=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F81042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81042 is #07EFBD. Grayscale: #5B5B5B. Windows color (decimal): -520126 or 4329720. OLE color: 4329720.

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

Color convert

RGB 248 16 66 -
CMYK 0 0.94 0.73 0.03
HSL 347.07º 0.94% 0.52% -
HSV(B) 347.07º 0.94% 0.97% -
XYZ 39.88 20.72 7.05 -
YUV 91.07 113.86 239.93 -
System Red Green Blue C M Y K H S L
Decimal 248 16 66 0 0.94 0.73 0.03 347.07 0.94 0.52
Hex F8 10 42 0 5E 49 3 15B 5E 34
Octal 370 20 102 0 136 111 3 533 136 64
Binary 11111000 10000 1000010 0 1011110 1001001 11 101011011 1011110 110100

Color Harmonies of #F81042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81042

Black with #F81042

Text Example


Text Example

White with #F81042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81042; }

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

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

background-color css

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

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

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

border-color css

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

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

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