#FD40FF

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

Shades of Pink Flamingo #FD40FF

Tints of Pink Flamingo #FD40FF

Color information

#FD40FF (or 0xFD40FF) is unknown color: approx Pink Flamingo. HEX triplet: FD, 40 and FF. RGB value is (253,64,255). Sum of RGB (Red+Green+Blue) = 253+64+255=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 64 (25.39% from 255 or 11.19% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40FF is #02BF00. Grayscale: #8D8D8D. Windows color (decimal): -179969 or 16728317. OLE color: 16728317.

HSL color Cylindrical-coordinate representation of color #FD40FF: hue angle of 299.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD40FF is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25364255-
CMYK0.010.7500
HSL299.37º100%62.55%-
HSV(B)299.37º74.9%100%-
XYZ60.3931.7797.56-
YUV142.28191.62206.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 64 (25.39% from 255) = 11.19%
BLUE value IS 255 (100% from 255) = 44.58%
R=44.23%
G=11.19%
B=44.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253642550.010.7500299.3710062.55
HexFD40FF14B0012b643f
Octal37510037711130045314477
Binary1111110110000001111111111001011001001010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40FF; }

 p { color: rgb(253,64,255); }

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

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

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

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

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

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

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