#FD55FE

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

Shades of Pink Flamingo #FD55FE

Tints of Pink Flamingo #FD55FE

Color information

#FD55FE (or 0xFD55FE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 55 and FE. RGB value is (253,85,254). Sum of RGB (Red+Green+Blue) = 253+85+254=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 85 (33.59% from 255 or 14.36% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD55FE is #02AA01. Grayscale: #999999. Windows color (decimal): -174594 or 16668157. OLE color: 16668157.

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

Color convert

RGB25385254-
CMYK0.000.6700.00
HSL299.64º98.83%66.47%-
HSV(B)299.64º66.54%99.61%-
XYZ61.6534.5497.18-
YUV154.5184.16198.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 85 (33.59% from 255) = 14.36%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=42.74%
G=14.36%
B=42.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253852540.000.6700.00299.6498.8366.47
HexFD55FE0430012c6342
Octal375125376010300454143102
Binary11111101101010111111110010000110010010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD55FE; }

 p { color: rgb(253,85,254); }

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

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

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

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

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

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

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