#FB1A58

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

Shades of Radical Red #FB1A58

Tints of Radical Red #FB1A58

Color information

#FB1A58 (or 0xFB1A58) is unknown color: approx Radical Red. HEX triplet: FB, 1A and 58. RGB value is (251,26,88). Sum of RGB (Red+Green+Blue) = 251+26+88=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A58 is #04E5A7. Grayscale: #646464. Windows color (decimal): -320936 or 5774075. OLE color: 5774075.

HSL color Cylindrical-coordinate representation of color #FB1A58: hue angle of 343.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1A58 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2512688-
CMYK00.900.650.02
HSL343.47º96.57%54.31%-
HSV(B)343.47º89.64%98.43%-
XYZ41.9121.9511.26-
YUV100.34121.04235.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.77%
GREEN value IS 26 (10.55% from 255) = 7.12%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=68.77%
G=7.12%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251268800.900.650.02343.4796.5754.31
HexFB1A5805A4121576136
Octal373321300132101252714166
Binary11111011110101011000010110101000001101010101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1A58; }

 p { color: rgb(251,26,88); }

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

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

 a { background-color: rgb(251,26,88); }

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

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

 span { border-color: rgb(251,26,88); }

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