#fd63fe

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

Shades of Pink Flamingo #FD63FE

Tints of Pink Flamingo #FD63FE

Color information

#FD63FE (or 0xFD63FE) is unknown color: approx Pink Flamingo. HEX triplet: FD, 63 and FE. RGB value is (253,99,254). Sum of RGB (Red+Green+Blue) = 253+99+254=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 99 (39.06% from 255 or 16.34% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63FE is #029C01. Grayscale: #A2A2A2. Windows color (decimal): -171010 or 16671741. OLE color: 16671741.

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

Color convert

RGB25399254-
CMYK0.000.6100.00
HSL299.61º98.73%69.22%-
HSV(B)299.61º61.02%99.61%-
XYZ62.8636.9697.59-
YUV162.72179.52192.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 99 (39.06% from 255) = 16.34%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=41.75%
G=16.34%
B=41.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253992540.000.6100.00299.6198.7369.22
HexFD63FE03D0012c6345
Octal37514337607500454143105
Binary1111110111000111111111001111010010010110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd63fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd63fe; }

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

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

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

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

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

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

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

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