#FB2F70

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

Shades of Radical Red #FB2F70

Tints of Radical Red #FB2F70

Color information

#FB2F70 (or 0xFB2F70) is unknown color: approx Radical Red. HEX triplet: FB, 2F and 70. RGB value is (251,47,112). Sum of RGB (Red+Green+Blue) = 251+47+112=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F70 is #04D08F. Grayscale: #737373. Windows color (decimal): -315536 or 7352315. OLE color: 7352315.

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

Color convert

RGB25147112-
CMYK00.810.550.02
HSL340.88º96.23%58.43%-
HSV(B)340.88º81.27%98.43%-
XYZ43.7223.7117.6-
YUV115.41126.09224.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.22%
GREEN value IS 47 (18.75% from 255) = 11.46%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=61.22%
G=11.46%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514711200.810.550.02340.8896.2358.43
HexFB2F70051372155603a
Octal37357160012167252514072
Binary11111011101111111000001010001110111101010101011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2F70; }

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

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

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

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

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

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

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

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