Html Css Color HEX #F8376D Radical Red

📋 copy color: '#F8376D'

red 248 ◦ green 55 ◦ blue 109

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

Shades of Radical Red #F8376D

Tints of Radical Red #F8376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.35%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 60.19%
G = 13.35%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8376D (or 0xF8376D) is known color: Radical Red. HEX triplet: F8, 37 and 6D. RGB value is (248,55,109). Sum of RGB (Red+Green+Blue) = 248+55+109=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8376D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8376D is #07C892. Grayscale: #767676. Windows color (decimal): -510099 or 7157752. OLE color: 7157752.

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

Color convert

RGB 248 55 109 -
CMYK 0 0.78 0.56 0.03
HSL 343.21º 0.93% 0.59% -
HSV(B) 343.21º 0.78% 0.97% -
XYZ 42.84 23.79 16.8 -
YUV 118.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 248 55 109 0 0.78 0.56 0.03 343.21 0.93 0.59
Hex F8 37 6D 0 4E 38 3 157 5D 3B
Octal 370 67 155 0 116 70 3 527 135 73
Binary 11111000 110111 1101101 0 1001110 111000 11 101010111 1011101 111011

Color Harmonies of #F8376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8376D

Black with #F8376D

Text Example


Text Example

White with #F8376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8376D; }

 p { color: rgb(248,55,109); }

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

background-color css

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

 a { background-color: rgb(248,55,109); }

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

border-color css

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

 span { border-color: rgb(248,55,109); }

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