#FB4958

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

Shades of Radical Red #FB4958

Tints of Radical Red #FB4958

Color information

#FB4958 (or 0xFB4958) is unknown color: approx Radical Red. HEX triplet: FB, 49 and 58. RGB value is (251,73,88). Sum of RGB (Red+Green+Blue) = 251+73+88=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4958 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4958 is #04B6A7. Grayscale: #808080. Windows color (decimal): -308904 or 5786107. OLE color: 5786107.

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

Color convert

RGB2517388-
CMYK00.710.650.02
HSL354.94º95.7%63.53%-
HSV(B)354.94º70.92%98.43%-
XYZ43.9325.9811.93-
YUV127.93105.47215.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.92%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=60.92%
G=17.72%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251738800.710.650.02354.9495.763.53
HexFB49580474121636040
Octal37311113001071012543140100
Binary11111011100100110110000100011110000011010110001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4958; }

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

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

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

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

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

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

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

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