#FD61EE

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

Shades of Pink Flamingo #FD61EE

Tints of Pink Flamingo #FD61EE

Color information

#FD61EE (or 0xFD61EE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 61 and EE. RGB value is (253,97,238). Sum of RGB (Red+Green+Blue) = 253+97+238=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD61EE is #029E11. Grayscale: #9F9F9F. Windows color (decimal): -171538 or 15622653. OLE color: 15622653.

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

Color convert

RGB25397238-
CMYK00.620.060.01
HSL305.77º97.5%68.63%-
HSV(B)305.77º61.66%99.22%-
XYZ60.2235.6184.59-
YUV159.72172.18194.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.03%
GREEN value IS 97 (38.28% from 255) = 16.50%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=43.03%
G=16.50%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539723800.620.060.01305.7797.568.63
HexFD61EE03E611326245
Octal37514135607661462142105
Binary111111011100001111011100111110110110011001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61EE; }

 p { color: rgb(253,97,238); }

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

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

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

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

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

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

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