#FB324F

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

Shades of Radical Red #FB324F

Tints of Radical Red #FB324F

Color information

#FB324F (or 0xFB324F) is unknown color: approx Radical Red. HEX triplet: FB, 32 and 4F. RGB value is (251,50,79). Sum of RGB (Red+Green+Blue) = 251+50+79=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB324F is #04CDB0. Grayscale: #717171. Windows color (decimal): -314801 or 5190395. OLE color: 5190395.

HSL color Cylindrical-coordinate representation of color #FB324F: hue angle of 351.34º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB324F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2515079-
CMYK00.800.690.02
HSL351.34º96.17%59.02%-
HSV(B)351.34º80.08%98.43%-
XYZ42.3423.359.67-
YUV113.4108.59226.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.05%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=66.05%
G=13.16%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251507900.800.690.02351.3496.1759.02
HexFB324F05045215f603b
Octal373621170120105253714073
Binary111110111100101001111010100001000101101010111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB324F; }

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

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

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

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

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

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

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

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