#FE61FE

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

Shades of Pink Flamingo #FE61FE

Tints of Pink Flamingo #FE61FE

Color information

#FE61FE (or 0xFE61FE) is unknown color: approx Pink Flamingo. HEX triplet: FE, 61 and FE. RGB value is (254,97,254). Sum of RGB (Red+Green+Blue) = 254+97+254=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 97 (38.28% from 255 or 16.03% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE61FE is #019E01. Grayscale: #A1A1A1. Windows color (decimal): -105986 or 16671230. OLE color: 16671230.

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

Color convert

RGB25497254-
CMYK00.6200.00
HSL300º98.74%68.82%-
HSV(B)300º61.81%99.61%-
XYZ63.0436.7897.54-
YUV161.84180.01193.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 97 (38.28% from 255) = 16.03%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=41.98%
G=16.03%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549725400.6200.0030098.7468.82
HexFE61FE03E0012c6345
Octal37614137607600454143105
Binary1111111011000011111111001111100010010110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE61FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE61FE; }

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

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

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

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

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

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

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

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