#FB3356

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

Shades of Radical Red #FB3356

Tints of Radical Red #FB3356

Color information

#FB3356 (or 0xFB3356) is unknown color: approx Radical Red. HEX triplet: FB, 33 and 56. RGB value is (251,51,86). Sum of RGB (Red+Green+Blue) = 251+51+86=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3356 is #04CCA9. Grayscale: #727272. Windows color (decimal): -314538 or 5649403. OLE color: 5649403.

HSL color Cylindrical-coordinate representation of color #FB3356: hue angle of 349.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3356 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2515186-
CMYK00.800.660.02
HSL349.5º96.15%59.22%-
HSV(B)349.5º79.68%98.43%-
XYZ42.6523.5511.1-
YUV114.79111.76225.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.69%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=64.69%
G=13.14%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251518600.800.660.02349.596.1559.22
HexFB335605042215e603b
Octal373631260120102253614073
Binary111110111100111010110010100001000010101010111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3356; }

 p { color: rgb(251,51,86); }

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

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

 a { background-color: rgb(251,51,86); }

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

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

 span { border-color: rgb(251,51,86); }

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