Html Css Color HEX #F8324F Radical Red

📋 copy color: '#F8324F'

red 248 ◦ green 50 ◦ blue 79

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

Shades of Radical Red #F8324F

Tints of Radical Red #F8324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 65.78%
G = 13.26%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8324F (or 0xF8324F) is known color: Radical Red. HEX triplet: F8, 32 and 4F. RGB value is (248,50,79). Sum of RGB (Red+Green+Blue) = 248+50+79=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8324F is #07CDB0. Grayscale: #707070. Windows color (decimal): -511409 or 5190392. OLE color: 5190392.

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

Color convert

RGB 248 50 79 -
CMYK 0 0.80 0.68 0.03
HSL 351.21º 0.93% 0.58% -
HSV(B) 351.21º 0.8% 0.97% -
XYZ 41.26 22.8 9.62 -
YUV 112.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 248 50 79 0 0.80 0.68 0.03 351.21 0.93 0.58
Hex F8 32 4F 0 50 44 3 15F 5D 3A
Octal 370 62 117 0 120 104 3 537 135 72
Binary 11111000 110010 1001111 0 1010000 1000100 11 101011111 1011101 111010

Color Harmonies of #F8324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8324F

Black with #F8324F

Text Example


Text Example

White with #F8324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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