Html Css Color HEX #F8014B Torch Red

📋 copy color: '#F8014B'

red 248 ◦ green 1 ◦ blue 75

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

Shades of Torch Red #F8014B

Tints of Torch Red #F8014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 76.54%
G = 0.31%
B = 23.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8014B (or 0xF8014B) is known color: Torch Red. HEX triplet: F8, 01 and 4B. RGB value is (248,1,75). Sum of RGB (Red+Green+Blue) = 248+1+75=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8014B is #07FEB4. Grayscale: #535353. Windows color (decimal): -523957 or 4915704. OLE color: 4915704.

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

Color convert

RGB 248 1 75 -
CMYK 0 1.00 0.70 0.03
HSL 342.02º 0.99% 0.49% -
HSV(B) 342.02º 1% 0.97% -
XYZ 39.99 20.49 8.5 -
YUV 83.29 123.33 245.48 -
System Red Green Blue C M Y K H S L
Decimal 248 1 75 0 1.00 0.70 0.03 342.02 0.99 0.49
Hex F8 1 4B 0 64 46 3 156 63 31
Octal 370 1 113 0 144 106 3 526 143 61
Binary 11111000 1 1001011 0 1100100 1000110 11 101010110 1100011 110001

Color Harmonies of #F8014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8014B

Black with #F8014B

Text Example


Text Example

White with #F8014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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