#fc65ff

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

Shades of Pink Flamingo #FC65FF

Tints of Pink Flamingo #FC65FF

Color information

#FC65FF (or 0xFC65FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 65 and FF. RGB value is (252,101,255). Sum of RGB (Red+Green+Blue) = 252+101+255=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 101 (39.84% from 255 or 16.61% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65FF is #039A00. Grayscale: #A3A3A3. Windows color (decimal): -236033 or 16737788. OLE color: 16737788.

HSL color Cylindrical-coordinate representation of color #FC65FF: hue angle of 298.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65FF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252101255-
CMYK0.010.6000
HSL298.83º100%69.8%-
HSV(B)298.83º60.39%100%-
XYZ62.8537.2298.48-
YUV163.7179.53190.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 101 (39.84% from 255) = 16.61%
BLUE value IS 255 (100% from 255) = 41.94%
R=41.45%
G=16.61%
B=41.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521012550.010.6000298.8310069.8
HexFC65FF13C0012b6446
Octal37414537717400453144106
Binary1111110011001011111111111111000010010101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc65ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc65ff; }

 p { color: rgb(252,101,255); }

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

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

 a { background-color: rgb(252,101,255); }

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

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

 span { border-color: rgb(252,101,255); }

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