Html Css Color HEX #F80644 Torch Red

📋 copy color: '#F80644'

red 248 ◦ green 6 ◦ blue 68

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

Shades of Torch Red #F80644

Tints of Torch Red #F80644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 77.02%
G = 1.86%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F80644 (or 0xF80644) is known color: Torch Red. HEX triplet: F8, 06 and 44. RGB value is (248,6,68). Sum of RGB (Red+Green+Blue) = 248+6+68=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F80644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80644 is #07F9BB. Grayscale: #555555. Windows color (decimal): -522684 or 4458232. OLE color: 4458232.

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

Color convert

RGB 248 6 68 -
CMYK 0 0.98 0.73 0.03
HSL 344.63º 0.95% 0.5% -
HSV(B) 344.63º 0.98% 0.97% -
XYZ 39.82 20.5 7.33 -
YUV 85.43 118.17 243.96 -
System Red Green Blue C M Y K H S L
Decimal 248 6 68 0 0.98 0.73 0.03 344.63 0.95 0.5
Hex F8 6 44 0 62 49 3 159 5F 32
Octal 370 6 104 0 142 111 3 531 137 62
Binary 11111000 110 1000100 0 1100010 1001001 11 101011001 1011111 110010

Color Harmonies of #F80644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80644

Black with #F80644

Text Example


Text Example

White with #F80644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80644; }

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

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

background-color css

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

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

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

border-color css

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

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

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