#FE61FC

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

Shades of Pink Flamingo #FE61FC

Tints of Pink Flamingo #FE61FC

Color information

#FE61FC (or 0xFE61FC) is unknown color: approx Pink Flamingo. HEX triplet: FE, 61 and FC. RGB value is (254,97,252). Sum of RGB (Red+Green+Blue) = 254+97+252=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 97 (38.28% from 255 or 16.09% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61FC is #019E03. Grayscale: #A1A1A1. Windows color (decimal): -105988 or 16540158. OLE color: 16540158.

HSL color Cylindrical-coordinate representation of color #FE61FC: hue angle of 300.76º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61FC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB25497252-
CMYK00.620.010.00
HSL300.76º98.74%68.82%-
HSV(B)300.76º61.81%99.61%-
XYZ62.7236.6595.86-
YUV161.61179.01193.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 97 (38.28% from 255) = 16.09%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=42.12%
G=16.09%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549725200.620.010.00300.7698.7468.82
HexFE61FC03E1012d6345
Octal37614137407610455143105
Binary1111111011000011111110001111101010010110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE61FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE61FC; }

 p { color: rgb(254,97,252); }

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

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

 a { background-color: rgb(254,97,252); }

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

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

 span { border-color: rgb(254,97,252); }

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