#FB344E

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

Shades of Radical Red #FB344E

Tints of Radical Red #FB344E

Color information

#FB344E (or 0xFB344E) is unknown color: approx Radical Red. HEX triplet: FB, 34 and 4E. RGB value is (251,52,78). Sum of RGB (Red+Green+Blue) = 251+52+78=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB344E is #04CBB1. Grayscale: #727272. Windows color (decimal): -314290 or 5125371. OLE color: 5125371.

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

Color convert

RGB2515278-
CMYK00.790.690.02
HSL352.16º96.14%59.41%-
HSV(B)352.16º79.28%98.43%-
XYZ42.3923.529.51-
YUV114.46107.43225.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.88%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=65.88%
G=13.65%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251527800.790.690.02352.1696.1459.41
HexFB344E04F452160603b
Octal373641160117105254014073
Binary111110111101001001110010011111000101101011000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB344E; }

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

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

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

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

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

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

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

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