Html Css Color HEX #F8324D Radical Red

📋 copy color: '#F8324D'

red 248 ◦ green 50 ◦ blue 77

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

Shades of Radical Red #F8324D

Tints of Radical Red #F8324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 66.13%
G = 13.33%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8324D (or 0xF8324D) is known color: Radical Red. HEX triplet: F8, 32 and 4D. RGB value is (248,50,77). Sum of RGB (Red+Green+Blue) = 248+50+77=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8324D is #07CDB2. Grayscale: #707070. Windows color (decimal): -511411 or 5059320. OLE color: 5059320.

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

Color convert

RGB 248 50 77 -
CMYK 0 0.80 0.69 0.03
HSL 351.82º 0.93% 0.58% -
HSV(B) 351.82º 0.8% 0.97% -
XYZ 41.19 22.77 9.25 -
YUV 112.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 248 50 77 0 0.80 0.69 0.03 351.82 0.93 0.58
Hex F8 32 4D 0 50 45 3 160 5D 3A
Octal 370 62 115 0 120 105 3 540 135 72
Binary 11111000 110010 1001101 0 1010000 1000101 11 101100000 1011101 111010

Color Harmonies of #F8324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8324D

Black with #F8324D

Text Example


Text Example

White with #F8324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8324D; }

 p { color: rgb(248,50,77); }

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

background-color css

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

 a { background-color: rgb(248,50,77); }

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

border-color css

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

 span { border-color: rgb(248,50,77); }

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