#FB2C6C

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

Shades of Radical Red #FB2C6C

Tints of Radical Red #FB2C6C

Color information

#FB2C6C (or 0xFB2C6C) is unknown color: approx Radical Red. HEX triplet: FB, 2C and 6C. RGB value is (251,44,108). Sum of RGB (Red+Green+Blue) = 251+44+108=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2C6C is #04D393. Grayscale: #717171. Windows color (decimal): -316308 or 7089403. OLE color: 7089403.

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

Color convert

RGB25144108-
CMYK00.820.570.02
HSL341.45º96.28%57.84%-
HSV(B)341.45º82.47%98.43%-
XYZ43.3923.3916.42-
YUV113.19125.08226.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.28%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=62.28%
G=10.92%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514410800.820.570.02341.4596.2857.84
HexFB2C6C052392155603a
Octal37354154012271252514072
Binary11111011101100110110001010010111001101010101011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2C6C; }

 p { color: rgb(251,44,108); }

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

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

 a { background-color: rgb(251,44,108); }

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

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

 span { border-color: rgb(251,44,108); }

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