#FB2854

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

Shades of Radical Red #FB2854

Tints of Radical Red #FB2854

Color information

#FB2854 (or 0xFB2854) is unknown color: approx Radical Red. HEX triplet: FB, 28 and 54. RGB value is (251,40,84). Sum of RGB (Red+Green+Blue) = 251+40+84=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2854 is #04D7AB. Grayscale: #6C6C6C. Windows color (decimal): -317356 or 5515515. OLE color: 5515515.

HSL color Cylindrical-coordinate representation of color #FB2854: hue angle of 347.49º 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 #FB2854 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2514084-
CMYK00.840.670.02
HSL347.49º96.35%57.06%-
HSV(B)347.49º84.06%98.43%-
XYZ42.1422.6710.54-
YUV108.1114.4229.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.93%
GREEN value IS 40 (16.02% from 255) = 10.67%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=66.93%
G=10.67%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251408400.840.670.02347.4996.3557.06
HexFB285405443215b6039
Octal373501240124103253314071
Binary111110111010001010100010101001000011101010110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2854; }

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

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

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

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

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

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

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

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