#FF63EF

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

Shades of Pink Flamingo #FF63EF

Tints of Pink Flamingo #FF63EF

Color information

#FF63EF (or 0xFF63EF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 63 and EF. RGB value is (255,99,239). Sum of RGB (Red+Green+Blue) = 255+99+239=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63EF is #009C10. Grayscale: #A1A1A1. Windows color (decimal): -39953 or 15688703. OLE color: 15688703.

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

Color convert

RGB25599239-
CMYK00.610.060
HSL306.15º100%69.41%-
HSV(B)306.15º61.18%100%-
XYZ61.2836.4285.46-
YUV161.6171.68194.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 99 (39.06% from 255) = 16.69%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=43.00%
G=16.69%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559923900.610.060306.1510069.41
HexFF63EF03D601326445
Octal37714335707560462144105
Binary111111111100011111011110111101110010011001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63EF; }

 p { color: rgb(255,99,239); }

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

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

 a { background-color: rgb(255,99,239); }

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

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

 span { border-color: rgb(255,99,239); }

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