#FD63FA

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

Shades of Pink Flamingo #FD63FA

Tints of Pink Flamingo #FD63FA

Color information

#FD63FA (or 0xFD63FA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 63 and FA. RGB value is (253,99,250). Sum of RGB (Red+Green+Blue) = 253+99+250=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63FA is #029C05. Grayscale: #A1A1A1. Windows color (decimal): -171014 or 16409597. OLE color: 16409597.

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

Color convert

RGB25399250-
CMYK00.610.010.01
HSL301.17º97.47%69.02%-
HSV(B)301.17º60.87%99.22%-
XYZ62.2336.7194.25-
YUV162.26177.52192.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 99 (39.06% from 255) = 16.45%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=42.03%
G=16.45%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539925000.610.010.01301.1797.4769.02
HexFD63FA03D1112d6145
Octal37514337207511455141105
Binary1111110111000111111101001111011110010110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD63FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD63FA; }

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

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

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

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

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

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

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

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