#FB2270

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

Shades of Radical Red #FB2270

Tints of Radical Red #FB2270

Color information

#FB2270 (or 0xFB2270) is unknown color: approx Radical Red. HEX triplet: FB, 22 and 70. RGB value is (251,34,112). Sum of RGB (Red+Green+Blue) = 251+34+112=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2270 is #04DD8F. Grayscale: #6B6B6B. Windows color (decimal): -318864 or 7348987. OLE color: 7348987.

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

Color convert

RGB25134112-
CMYK00.860.550.02
HSL338.43º96.44%55.88%-
HSV(B)338.43º86.45%98.43%-
XYZ43.2822.8217.45-
YUV107.78130.39230.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.22%
GREEN value IS 34 (13.67% from 255) = 8.56%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=63.22%
G=8.56%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513411200.860.550.02338.4396.4455.88
HexFB22700563721526038
Octal37342160012667252214070
Binary11111011100010111000001010110110111101010100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2270; }

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

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

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

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

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

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

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

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