#FB2864

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

Shades of Radical Red #FB2864

Tints of Radical Red #FB2864

Color information

#FB2864 (or 0xFB2864) is unknown color: approx Radical Red. HEX triplet: FB, 28 and 64. RGB value is (251,40,100). Sum of RGB (Red+Green+Blue) = 251+40+100=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2864 is #04D79B. Grayscale: #6D6D6D. Windows color (decimal): -317340 or 6564091. OLE color: 6564091.

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

Color convert

RGB25140100-
CMYK00.840.600.02
HSL342.94º96.35%57.06%-
HSV(B)342.94º84.06%98.43%-
XYZ42.8422.9514.23-
YUV109.93122.4228.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.19%
GREEN value IS 40 (16.02% from 255) = 10.23%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=64.19%
G=10.23%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514010000.840.600.02342.9496.3557.06
HexFB28640543C21576039
Octal37350144012474252714071
Binary11111011101000110010001010100111100101010101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2864; }

 p { color: rgb(251,40,100); }

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

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

 a { background-color: rgb(251,40,100); }

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

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

 span { border-color: rgb(251,40,100); }

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