#FD53FA

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

Shades of Pink Flamingo #FD53FA

Tints of Pink Flamingo #FD53FA

Color information

#FD53FA (or 0xFD53FA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 53 and FA. RGB value is (253,83,250). Sum of RGB (Red+Green+Blue) = 253+83+250=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 83 (32.81% from 255 or 14.16% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD53FA is #02AC05. Grayscale: #989898. Windows color (decimal): -175110 or 16405501. OLE color: 16405501.

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

Color convert

RGB25383250-
CMYK00.670.010.01
HSL301.06º97.7%65.88%-
HSV(B)301.06º67.19%99.22%-
XYZ60.8633.9793.79-
YUV152.87182.82199.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 83 (32.81% from 255) = 14.16%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=43.17%
G=14.16%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538325000.670.010.01301.0697.765.88
HexFD53FA0431112d6242
Octal375123372010311455142102
Binary11111101101001111111010010000111110010110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD53FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD53FA; }

 p { color: rgb(253,83,250); }

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

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

 a { background-color: rgb(253,83,250); }

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

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

 span { border-color: rgb(253,83,250); }

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