#FF5CFE

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

Shades of Pink Flamingo #FF5CFE

Tints of Pink Flamingo #FF5CFE

Color information

#FF5CFE (or 0xFF5CFE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5C and FE. RGB value is (255,92,254). Sum of RGB (Red+Green+Blue) = 255+92+254=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 92 (36.33% from 255 or 15.31% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CFE is #00A301. Grayscale: #9E9E9E. Windows color (decimal): -41730 or 16669951. OLE color: 16669951.

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

Color convert

RGB25592254-
CMYK00.640.000
HSL300.37º100%68.04%-
HSV(B)300.37º63.92%100%-
XYZ62.9636.0797.41-
YUV159.2181.5196.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 92 (36.33% from 255) = 15.31%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=42.43%
G=15.31%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559225400.640.000300.3710068.04
HexFF5CFE0400012c6444
Octal377134376010000454144104
Binary11111111101110011111110010000000010010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CFE; }

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

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

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

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

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

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

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

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