#FF63E6

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

Shades of Pink Flamingo #FF63E6

Tints of Pink Flamingo #FF63E6

Color information

#FF63E6 (or 0xFF63E6) is unknown color: approx Pink Flamingo. HEX triplet: FF, 63 and E6. RGB value is (255,99,230). Sum of RGB (Red+Green+Blue) = 255+99+230=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 99 (39.06% from 255 or 16.95% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63E6 is #009C19. Grayscale: #A0A0A0. Windows color (decimal): -39962 or 15098879. OLE color: 15098879.

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

Color convert

RGB25599230-
CMYK00.610.100
HSL309.62º100%69.41%-
HSV(B)309.62º61.18%100%-
XYZ59.9835.978.63-
YUV160.58167.18195.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 99 (39.06% from 255) = 16.95%
BLUE value IS 230 (90.23% from 255) = 39.38%
R=43.66%
G=16.95%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559923000.610.100309.6210069.41
HexFF63E603DA01366445
Octal377143346075120466144105
Binary1111111111000111110011001111011010010011011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63E6; }

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

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

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

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

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

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

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

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