Html Css Color HEX #F80B4B Torch Red

📋 copy color: '#F80B4B'

red 248 ◦ green 11 ◦ blue 75

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

Shades of Torch Red #F80B4B

Tints of Torch Red #F80B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 74.25%
G = 3.29%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F80B4B (or 0xF80B4B) is known color: Torch Red. HEX triplet: F8, 0B and 4B. RGB value is (248,11,75). Sum of RGB (Red+Green+Blue) = 248+11+75=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80B4B is #07F4B4. Grayscale: #595959. Windows color (decimal): -521397 or 4918264. OLE color: 4918264.

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

Color convert

RGB 248 11 75 -
CMYK 0 0.96 0.70 0.03
HSL 343.8º 0.94% 0.51% -
HSV(B) 343.8º 0.96% 0.97% -
XYZ 40.1 20.7 8.54 -
YUV 89.16 120.02 241.3 -
System Red Green Blue C M Y K H S L
Decimal 248 11 75 0 0.96 0.70 0.03 343.8 0.94 0.51
Hex F8 B 4B 0 60 46 3 158 5E 33
Octal 370 13 113 0 140 106 3 530 136 63
Binary 11111000 1011 1001011 0 1100000 1000110 11 101011000 1011110 110011

Color Harmonies of #F80B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B4B

Black with #F80B4B

Text Example


Text Example

White with #F80B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B4B; }

 p { color: rgb(248,11,75); }

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

background-color css

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

 a { background-color: rgb(248,11,75); }

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

border-color css

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

 span { border-color: rgb(248,11,75); }

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