#FF11B1

Color #FF11B1 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FF11B1

Tints of Spicy Pink #FF11B1

Color information

#FF11B1 (or 0xFF11B1) is unknown color: approx Spicy Pink. HEX triplet: FF, 11 and B1. RGB value is (255,17,177). Sum of RGB (Red+Green+Blue) = 255+17+177=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11B1 is #00EE4E. Grayscale: #6A6A6A. Windows color (decimal): -61007 or 11604479. OLE color: 11604479.

HSL color Cylindrical-coordinate representation of color #FF11B1: hue angle of 319.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11B1 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB25517177-
CMYK00.930.310
HSL319.66º100%53.33%-
HSV(B)319.66º93.33%100%-
XYZ49.3824.8443.79-
YUV106.4167.85233.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 17 (7.03% from 255) = 3.79%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=56.79%
G=3.79%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551717700.930.310319.6610053.33
HexFF11B105D1F01406435
Octal37721261013537050014465
Binary111111111000110110001010111011111101010000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11B1; }

 p { color: rgb(255,17,177); }

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

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

 a { background-color: rgb(255,17,177); }

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

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

 span { border-color: rgb(255,17,177); }

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