#F8326F

Color #F8326F Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F8326F

Tints of Radical Red #F8326F

Color information

#F8326F (or 0xF8326F) is unknown color: approx Radical Red. HEX triplet: F8, 32 and 6F. RGB value is (248,50,111). Sum of RGB (Red+Green+Blue) = 248+50+111=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8326F is #07CD90. Grayscale: #747474. Windows color (decimal): -511377 or 7287544. OLE color: 7287544.

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

Color convert

RGB24850111-
CMYK00.800.550.03
HSL341.52º93.4%58.43%-
HSV(B)341.52º79.84%97.25%-
XYZ42.7223.3917.3-
YUV116.16125.1222.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=60.64%
G=12.22%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485011100.800.550.03341.5293.458.43
HexF8326F0503731565d3a
Octal37062157012067352613572
Binary11111000110010110111101010000110111111010101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8326F; }

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

 H1.HeaderClassName
 {
   color: #F8326F;
 }
 .AnyTagClassName
 {
   color: #F8326F;
 }
</style>
background-color css

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

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

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

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

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

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