Html Css Color HEX #F8376C Radical Red

📋 copy color: '#F8376C'

red 248 ◦ green 55 ◦ blue 108

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

Shades of Radical Red #F8376C

Tints of Radical Red #F8376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 60.34%
G = 13.38%
B = 26.28%

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

#F8376C (or 0xF8376C) is known color: Radical Red. HEX triplet: F8, 37 and 6C. RGB value is (248,55,108). Sum of RGB (Red+Green+Blue) = 248+55+108=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8376C is #07C893. Grayscale: #767676. Windows color (decimal): -510100 or 7092216. OLE color: 7092216.

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

Color convert

RGB 248 55 108 -
CMYK 0 0.78 0.56 0.03
HSL 343.52º 0.93% 0.59% -
HSV(B) 343.52º 0.78% 0.97% -
XYZ 42.78 23.77 16.52 -
YUV 118.75 121.94 220.19 -
System Red Green Blue C M Y K H S L
Decimal 248 55 108 0 0.78 0.56 0.03 343.52 0.93 0.59
Hex F8 37 6C 0 4E 38 3 158 5D 3B
Octal 370 67 154 0 116 70 3 530 135 73
Binary 11111000 110111 1101100 0 1001110 111000 11 101011000 1011101 111011

Color Harmonies of #F8376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8376C

Black with #F8376C

Text Example


Text Example

White with #F8376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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