#FB1F73

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

Shades of Radical Red #FB1F73

Tints of Radical Red #FB1F73

Color information

#FB1F73 (or 0xFB1F73) is unknown color: approx Radical Red. HEX triplet: FB, 1F and 73. RGB value is (251,31,115). Sum of RGB (Red+Green+Blue) = 251+31+115=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F73 is #04E08C. Grayscale: #6A6A6A. Windows color (decimal): -319629 or 7544827. OLE color: 7544827.

HSL color Cylindrical-coordinate representation of color #FB1F73: hue angle of 337.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F73 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25131115-
CMYK00.880.540.02
HSL337.09º96.49%55.29%-
HSV(B)337.09º87.65%98.43%-
XYZ43.3722.7318.32-
YUV106.36132.89231.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.22%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=63.22%
G=7.81%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513111500.880.540.02337.0996.4955.29
HexFB1F730583621516037
Octal37337163013066252114067
Binary1111101111111111001101011000110110101010100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1F73; }

 p { color: rgb(251,31,115); }

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

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

 a { background-color: rgb(251,31,115); }

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

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

 span { border-color: rgb(251,31,115); }

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