#FB3E48

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

Shades of Radical Red #FB3E48

Tints of Radical Red #FB3E48

Color information

#FB3E48 (or 0xFB3E48) is unknown color: approx Radical Red. HEX triplet: FB, 3E and 48. RGB value is (251,62,72). Sum of RGB (Red+Green+Blue) = 251+62+72=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E48 is #04C1B7. Grayscale: #777777. Windows color (decimal): -311736 or 4734715. OLE color: 4734715.

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

Color convert

RGB2516272-
CMYK00.750.710.02
HSL356.83º95.94%61.37%-
HSV(B)356.83º75.3%98.43%-
XYZ42.6824.428.6-
YUV119.65101.12221.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.19%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=65.19%
G=16.10%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251627200.750.710.02356.8395.9461.37
HexFB3E4804B472165603d
Octal373761100113107254514075
Binary111110111111101001000010010111000111101011001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3E48; }

 p { color: rgb(251,62,72); }

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

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

 a { background-color: rgb(251,62,72); }

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

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

 span { border-color: rgb(251,62,72); }

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