#FC63EE

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

Shades of Pink Flamingo #FC63EE

Tints of Pink Flamingo #FC63EE

Color information

#FC63EE (or 0xFC63EE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 63 and EE. RGB value is (252,99,238). Sum of RGB (Red+Green+Blue) = 252+99+238=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63EE is #039C11. Grayscale: #A0A0A0. Windows color (decimal): -236562 or 15623164. OLE color: 15623164.

HSL color Cylindrical-coordinate representation of color #FC63EE: hue angle of 305.49º degrees, saturation: 0.96, 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 #FC63EE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25299238-
CMYK00.610.060.01
HSL305.49º96.23%68.82%-
HSV(B)305.49º60.71%98.82%-
XYZ60.0435.7984.63-
YUV160.59171.69193.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 99 (39.06% from 255) = 16.81%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=42.78%
G=16.81%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529923800.610.060.01305.4996.2368.82
HexFC63EE03D611316045
Octal37414335607561461140105
Binary111111001100011111011100111101110110011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC63EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC63EE; }

 p { color: rgb(252,99,238); }

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

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

 a { background-color: rgb(252,99,238); }

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

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

 span { border-color: rgb(252,99,238); }

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