Html Css Color HEX #F8325D Radical Red

📋 copy color: '#F8325D'

red 248 ◦ green 50 ◦ blue 93

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

Shades of Radical Red #F8325D

Tints of Radical Red #F8325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 63.43%
G = 12.79%
B = 23.79%

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

#F8325D (or 0xF8325D) is known color: Radical Red. HEX triplet: F8, 32 and 5D. RGB value is (248,50,93). Sum of RGB (Red+Green+Blue) = 248+50+93=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8325D is #07CDA2. Grayscale: #727272. Windows color (decimal): -511395 or 6107896. OLE color: 6107896.

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

Color convert

RGB 248 50 93 -
CMYK 0 0.80 0.62 0.03
HSL 346.97º 0.93% 0.58% -
HSV(B) 346.97º 0.8% 0.97% -
XYZ 41.83 23.03 12.6 -
YUV 114.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 248 50 93 0 0.80 0.62 0.03 346.97 0.93 0.58
Hex F8 32 5D 0 50 3E 3 15B 5D 3A
Octal 370 62 135 0 120 76 3 533 135 72
Binary 11111000 110010 1011101 0 1010000 111110 11 101011011 1011101 111010

Color Harmonies of #F8325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8325D

Black with #F8325D

Text Example


Text Example

White with #F8325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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