#FD6AFD

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

Shades of Pink Flamingo #FD6AFD

Tints of Pink Flamingo #FD6AFD

Color information

#FD6AFD (or 0xFD6AFD) is unknown color: approx Pink Flamingo. HEX triplet: FD, 6A and FD. RGB value is (253,106,253). Sum of RGB (Red+Green+Blue) = 253+106+253=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 106 (41.80% from 255 or 17.32% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6AFD is #029502. Grayscale: #A6A6A6. Windows color (decimal): -169219 or 16607997. OLE color: 16607997.

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

Color convert

RGB253106253-
CMYK00.5800.01
HSL300º97.35%70.39%-
HSV(B)300º58.1%99.22%-
XYZ63.3938.2896.98-
YUV166.71176.7189.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 106 (41.80% from 255) = 17.32%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=41.34%
G=17.32%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310625300.5800.0130097.3570.39
HexFD6AFD03A0112c6146
Octal37515237507201454141106
Binary1111110111010101111110101110100110010110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AFD; }

 p { color: rgb(253,106,253); }

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

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

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

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

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

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

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