#FB4961

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

Shades of Radical Red #FB4961

Tints of Radical Red #FB4961

Color information

#FB4961 (or 0xFB4961) is unknown color: approx Radical Red. HEX triplet: FB, 49 and 61. RGB value is (251,73,97). Sum of RGB (Red+Green+Blue) = 251+73+97=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4961 is #04B69E. Grayscale: #818181. Windows color (decimal): -308895 or 6375931. OLE color: 6375931.

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

Color convert

RGB2517397-
CMYK00.710.610.02
HSL351.91º95.7%63.53%-
HSV(B)351.91º70.92%98.43%-
XYZ44.3226.1414.02-
YUV128.96109.97215.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.62%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=59.62%
G=17.34%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251739700.710.610.02351.9195.763.53
HexFB49610473D21606040
Octal3731111410107752540140100
Binary1111101110010011100001010001111111011010110000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4961; }

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

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

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

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

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

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

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

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