#FB3750

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

Shades of Radical Red #FB3750

Tints of Radical Red #FB3750

Color information

#FB3750 (or 0xFB3750) is unknown color: approx Radical Red. HEX triplet: FB, 37 and 50. RGB value is (251,55,80). Sum of RGB (Red+Green+Blue) = 251+55+80=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3750 is #04C8AF. Grayscale: #747474. Windows color (decimal): -313520 or 5257211. OLE color: 5257211.

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

Color convert

RGB2515580-
CMYK00.780.680.02
HSL352.35º96.08%60%-
HSV(B)352.35º78.09%98.43%-
XYZ42.623.829.94-
YUV116.45107.43223.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.03%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=65.03%
G=14.25%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251558000.780.680.02352.3596.0860
HexFB375004E442160603c
Octal373671200116104254014074
Binary111110111101111010000010011101000100101011000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3750; }

 p { color: rgb(251,55,80); }

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

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

 a { background-color: rgb(251,55,80); }

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

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

 span { border-color: rgb(251,55,80); }

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