#FF63ED

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

Shades of Pink Flamingo #FF63ED

Tints of Pink Flamingo #FF63ED

Color information

#FF63ED (or 0xFF63ED) is unknown color: approx Pink Flamingo. HEX triplet: FF, 63 and ED. RGB value is (255,99,237). Sum of RGB (Red+Green+Blue) = 255+99+237=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63ED is #009C12. Grayscale: #A0A0A0. Windows color (decimal): -39955 or 15557631. OLE color: 15557631.

HSL color Cylindrical-coordinate representation of color #FF63ED: hue angle of 306.92º 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 #FF63ED is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25599237-
CMYK00.610.070
HSL306.92º100%69.41%-
HSV(B)306.92º61.18%100%-
XYZ60.9936.383.91-
YUV161.38170.68194.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 99 (39.06% from 255) = 16.75%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=43.15%
G=16.75%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559923700.610.070306.9210069.41
HexFF63ED03D701336445
Octal37714335507570463144105
Binary111111111100011111011010111101111010011001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63ED; }

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

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

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

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

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

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

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

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