Html Css Color HEX #F8315F Radical Red

📋 copy color: '#F8315F'

red 248 ◦ green 49 ◦ blue 95

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

Shades of Radical Red #F8315F

Tints of Radical Red #F8315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 63.27%
G = 12.5%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8315F (or 0xF8315F) is known color: Radical Red. HEX triplet: F8, 31 and 5F. RGB value is (248,49,95). Sum of RGB (Red+Green+Blue) = 248+49+95=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8315F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8315F is #07CEA0. Grayscale: #717171. Windows color (decimal): -511649 or 6238712. OLE color: 6238712.

HSL color Cylindrical-coordinate representation of color #F8315F: hue angle of 346.13º 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 #F8315F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 95 -
CMYK 0 0.80 0.62 0.03
HSL 346.13º 0.93% 0.58% -
HSV(B) 346.13º 0.8% 0.97% -
XYZ 41.88 22.98 13.05 -
YUV 113.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 248 49 95 0 0.80 0.62 0.03 346.13 0.93 0.58
Hex F8 31 5F 0 50 3E 3 15A 5D 3A
Octal 370 61 137 0 120 76 3 532 135 72
Binary 11111000 110001 1011111 0 1010000 111110 11 101011010 1011101 111010

Color Harmonies of #F8315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8315F

Black with #F8315F

Text Example


Text Example

White with #F8315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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