#FB3449

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

Shades of Radical Red #FB3449

Tints of Radical Red #FB3449

Color information

#FB3449 (or 0xFB3449) is unknown color: approx Radical Red. HEX triplet: FB, 34 and 49. RGB value is (251,52,73). Sum of RGB (Red+Green+Blue) = 251+52+73=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3449 is #04CBB6. Grayscale: #727272. Windows color (decimal): -314295 or 4797691. OLE color: 4797691.

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

Color convert

RGB2515273-
CMYK00.790.710.02
HSL353.67º96.14%59.41%-
HSV(B)353.67º79.28%98.43%-
XYZ42.2123.458.6-
YUV113.9104.93225.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.76%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=66.76%
G=13.83%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251527300.790.710.02353.6796.1459.41
HexFB344904F472162603b
Octal373641110117107254214073
Binary111110111101001001001010011111000111101011000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3449; }

 p { color: rgb(251,52,73); }

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

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

 a { background-color: rgb(251,52,73); }

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

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

 span { border-color: rgb(251,52,73); }

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