Html Css Color HEX #F80233 Torch Red

📋 copy color: '#F80233'

red 248 ◦ green 2 ◦ blue 51

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

Shades of Torch Red #F80233

Tints of Torch Red #F80233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 82.39%
G = 0.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F80233 (or 0xF80233) is known color: Torch Red. HEX triplet: F8, 02 and 33. RGB value is (248,2,51). Sum of RGB (Red+Green+Blue) = 248+2+51=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F80233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80233 is #07FDCC. Grayscale: #515151. Windows color (decimal): -523725 or 3343096. OLE color: 3343096.

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

Color convert

RGB 248 2 51 -
CMYK 0 0.99 0.79 0.03
HSL 348.05º 0.98% 0.49% -
HSV(B) 348.05º 0.99% 0.97% -
XYZ 39.33 20.24 4.97 -
YUV 81.14 111 247.02 -
System Red Green Blue C M Y K H S L
Decimal 248 2 51 0 0.99 0.79 0.03 348.05 0.98 0.49
Hex F8 2 33 0 63 4F 3 15C 62 31
Octal 370 2 63 0 143 117 3 534 142 61
Binary 11111000 10 110011 0 1100011 1001111 11 101011100 1100010 110001

Color Harmonies of #F80233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80233

Black with #F80233

Text Example


Text Example

White with #F80233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80233; }

 p { color: rgb(248,2,51); }

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

background-color css

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

 a { background-color: rgb(248,2,51); }

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

border-color css

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

 span { border-color: rgb(248,2,51); }

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