#FB1B58

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

Shades of Radical Red #FB1B58

Tints of Radical Red #FB1B58

Color information

#FB1B58 (or 0xFB1B58) is unknown color: approx Radical Red. HEX triplet: FB, 1B and 58. RGB value is (251,27,88). Sum of RGB (Red+Green+Blue) = 251+27+88=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B58 is #04E4A7. Grayscale: #646464. Windows color (decimal): -320680 or 5774331. OLE color: 5774331.

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

Color convert

RGB2512788-
CMYK00.890.650.02
HSL343.66º96.55%54.51%-
HSV(B)343.66º89.24%98.43%-
XYZ41.942211.27-
YUV100.93120.71235.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.58%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=68.58%
G=7.38%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251278800.890.650.02343.6696.5554.51
HexFB1B580594121586137
Octal373331300131101253014167
Binary11111011110111011000010110011000001101010110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1B58; }

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

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

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

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

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

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

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

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