#FF5CFC

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

Shades of Pink Flamingo #FF5CFC

Tints of Pink Flamingo #FF5CFC

Color information

#FF5CFC (or 0xFF5CFC) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5C and FC. RGB value is (255,92,252). Sum of RGB (Red+Green+Blue) = 255+92+252=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 92 (36.33% from 255 or 15.36% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CFC is #00A303. Grayscale: #9E9E9E. Windows color (decimal): -41732 or 16538879. OLE color: 16538879.

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

Color convert

RGB25592252-
CMYK00.640.010
HSL301.1º100%68.04%-
HSV(B)301.1º63.92%100%-
XYZ62.6435.9495.73-
YUV158.98180.5196.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 92 (36.33% from 255) = 15.36%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=42.57%
G=15.36%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559225200.640.010301.110068.04
HexFF5CFC0401012d6444
Octal377134374010010455144104
Binary11111111101110011111100010000001010010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CFC; }

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

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

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

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

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

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

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

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