#FC67FF

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

Shades of Pink Flamingo #FC67FF

Tints of Pink Flamingo #FC67FF

Color information

#FC67FF (or 0xFC67FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 67 and FF. RGB value is (252,103,255). Sum of RGB (Red+Green+Blue) = 252+103+255=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 103 (40.62% from 255 or 16.89% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67FF is #039800. Grayscale: #A4A4A4. Windows color (decimal): -235521 or 16738300. OLE color: 16738300.

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

Color convert

RGB252103255-
CMYK0.010.6000
HSL298.82º100%70.2%-
HSV(B)298.82º59.61%100%-
XYZ63.0537.6298.55-
YUV164.88178.86190.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 103 (40.62% from 255) = 16.89%
BLUE value IS 255 (100% from 255) = 41.80%
R=41.31%
G=16.89%
B=41.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521032550.010.6000298.8210070.2
HexFC67FF13C0012b6446
Octal37414737717400453144106
Binary1111110011001111111111111111000010010101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC67FF; }

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

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

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

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

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

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

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

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