#FF5BFF

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

Shades of Pink Flamingo #FF5BFF

Tints of Pink Flamingo #FF5BFF

Color information

#FF5BFF (or 0xFF5BFF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5B and FF. RGB value is (255,91,255). Sum of RGB (Red+Green+Blue) = 255+91+255=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 91 (35.94% from 255 or 15.14% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BFF is #00A400. Grayscale: #9E9E9E. Windows color (decimal): -41985 or 16735231. OLE color: 16735231.

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

Color convert

RGB25591255-
CMYK00.6400
HSL300º100%67.84%-
HSV(B)300º64.31%100%-
XYZ63.0335.9698.23-
YUV158.73182.33196.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 91 (35.94% from 255) = 15.14%
BLUE value IS 255 (100% from 255) = 42.43%
R=42.43%
G=15.14%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559125500.640030010067.84
HexFF5BFF0400012c6444
Octal377133377010000454144104
Binary11111111101101111111111010000000010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5BFF; }

 p { color: rgb(255,91,255); }

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

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

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

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

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

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

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