#FB226F

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

Shades of Radical Red #FB226F

Tints of Radical Red #FB226F

Color information

#FB226F (or 0xFB226F) is unknown color: approx Radical Red. HEX triplet: FB, 22 and 6F. RGB value is (251,34,111). Sum of RGB (Red+Green+Blue) = 251+34+111=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB226F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB226F is #04DD90. Grayscale: #6B6B6B. Windows color (decimal): -318865 or 7283451. OLE color: 7283451.

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

Color convert

RGB25134111-
CMYK00.860.560.02
HSL338.71º96.44%55.88%-
HSV(B)338.71º86.45%98.43%-
XYZ43.2222.817.16-
YUV107.66129.89230.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.38%
GREEN value IS 34 (13.67% from 255) = 8.59%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=63.38%
G=8.59%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513411100.860.560.02338.7196.4455.88
HexFB226F0563821536038
Octal37342157012670252314070
Binary11111011100010110111101010110111000101010100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB226F; }

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

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

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

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

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

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

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

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