#FB4070

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

Shades of Radical Red #FB4070

Tints of Radical Red #FB4070

Color information

#FB4070 (or 0xFB4070) is unknown color: approx Radical Red. HEX triplet: FB, 40 and 70. RGB value is (251,64,112). Sum of RGB (Red+Green+Blue) = 251+64+112=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4070 is #04BF8F. Grayscale: #7D7D7D. Windows color (decimal): -311184 or 7356667. OLE color: 7356667.

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

Color convert

RGB25164112-
CMYK00.750.550.02
HSL344.6º95.9%61.76%-
HSV(B)344.6º74.5%98.43%-
XYZ44.5425.3517.87-
YUV125.38120.45217.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=58.78%
G=14.99%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516411200.750.550.02344.695.961.76
HexFB407004B372159603e
Octal373100160011367253114076
Binary111110111000000111000001001011110111101010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4070; }

 p { color: rgb(251,64,112); }

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

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

 a { background-color: rgb(251,64,112); }

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

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

 span { border-color: rgb(251,64,112); }

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