#FD40FC

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

Shades of Pink Flamingo #FD40FC

Tints of Pink Flamingo #FD40FC

Color information

#FD40FC (or 0xFD40FC) is unknown color: approx Pink Flamingo. HEX triplet: FD, 40 and FC. RGB value is (253,64,252). Sum of RGB (Red+Green+Blue) = 253+64+252=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 64 (25.39% from 255 or 11.25% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40FC is #02BF03. Grayscale: #8D8D8D. Windows color (decimal): -179972 or 16531709. OLE color: 16531709.

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

Color convert

RGB25364252-
CMYK00.750.000.01
HSL300.32º97.93%62.16%-
HSV(B)300.32º74.7%99.22%-
XYZ59.9131.5895.03-
YUV141.94190.12207.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 64 (25.39% from 255) = 11.25%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=44.46%
G=11.25%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536425200.750.000.01300.3297.9362.16
HexFD40FC04B0112c623e
Octal37510037401130145414276
Binary1111110110000001111110001001011011001011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD40FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD40FC; }

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

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

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

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

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

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

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

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