#FF5CFF

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

Shades of Pink Flamingo #FF5CFF

Tints of Pink Flamingo #FF5CFF

Color information

#FF5CFF (or 0xFF5CFF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5C and FF. RGB value is (255,92,255). Sum of RGB (Red+Green+Blue) = 255+92+255=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 92 (36.33% from 255 or 15.28% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CFF is #00A300. Grayscale: #9E9E9E. Windows color (decimal): -41729 or 16735487. OLE color: 16735487.

HSL color Cylindrical-coordinate representation of color #FF5CFF: 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 #FF5CFF is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25592255-
CMYK00.6400
HSL300º100%68.04%-
HSV(B)300º63.92%100%-
XYZ63.1236.1398.26-
YUV159.32182196.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 92 (36.33% from 255) = 15.28%
BLUE value IS 255 (100% from 255) = 42.36%
R=42.36%
G=15.28%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559225500.640030010068.04
HexFF5CFF0400012c6444
Octal377134377010000454144104
Binary11111111101110011111111010000000010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CFF; }

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

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

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

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

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

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

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

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