Html Css Color HEX #F8123F Torch Red

📋 copy color: '#F8123F'

red 248 ◦ green 18 ◦ blue 63

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

Shades of Torch Red #F8123F

Tints of Torch Red #F8123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 75.38%
G = 5.47%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8123F (or 0xF8123F) is known color: Torch Red. HEX triplet: F8, 12 and 3F. RGB value is (248,18,63). Sum of RGB (Red+Green+Blue) = 248+18+63=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F8123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8123F is #07EDC0. Grayscale: #5B5B5B. Windows color (decimal): -519617 or 4133624. OLE color: 4133624.

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

Color convert

RGB 248 18 63 -
CMYK 0 0.93 0.75 0.03
HSL 348.26º 0.94% 0.52% -
HSV(B) 348.26º 0.93% 0.97% -
XYZ 39.82 20.75 6.61 -
YUV 91.9 111.7 239.34 -
System Red Green Blue C M Y K H S L
Decimal 248 18 63 0 0.93 0.75 0.03 348.26 0.94 0.52
Hex F8 12 3F 0 5D 4B 3 15C 5E 34
Octal 370 22 77 0 135 113 3 534 136 64
Binary 11111000 10010 111111 0 1011101 1001011 11 101011100 1011110 110100

Color Harmonies of #F8123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8123F

Black with #F8123F

Text Example


Text Example

White with #F8123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8123F; }

 p { color: rgb(248,18,63); }

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

background-color css

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

 a { background-color: rgb(248,18,63); }

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

border-color css

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

 span { border-color: rgb(248,18,63); }

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