Html Css Color HEX #F8316A Radical Red

📋 copy color: '#F8316A'

red 248 ◦ green 49 ◦ blue 106

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

Shades of Radical Red #F8316A

Tints of Radical Red #F8316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 61.54%
G = 12.16%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8316A (or 0xF8316A) is known color: Radical Red. HEX triplet: F8, 31 and 6A. RGB value is (248,49,106). Sum of RGB (Red+Green+Blue) = 248+49+106=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8316A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8316A is #07CE95. Grayscale: #727272. Windows color (decimal): -511638 or 6959608. OLE color: 6959608.

HSL color Cylindrical-coordinate representation of color #F8316A: hue angle of 342.81º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8316A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 106 -
CMYK 0 0.80 0.57 0.03
HSL 342.81º 0.93% 0.58% -
HSV(B) 342.81º 0.8% 0.97% -
XYZ 42.41 23.19 15.88 -
YUV 115 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 248 49 106 0 0.80 0.57 0.03 342.81 0.93 0.58
Hex F8 31 6A 0 50 39 3 157 5D 3A
Octal 370 61 152 0 120 71 3 527 135 72
Binary 11111000 110001 1101010 0 1010000 111001 11 101010111 1011101 111010

Color Harmonies of #F8316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8316A

Black with #F8316A

Text Example


Text Example

White with #F8316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8316A; }

 p { color: rgb(248,49,106); }

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

background-color css

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

 a { background-color: rgb(248,49,106); }

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

border-color css

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

 span { border-color: rgb(248,49,106); }

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