#fc6ffc

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

Shades of Ultra Pink #FC6FFC

Tints of Ultra Pink #FC6FFC

Color information

#FC6FFC (or 0xFC6FFC) is unknown color: approx Ultra Pink. HEX triplet: FC, 6F and FC. RGB value is (252,111,252). Sum of RGB (Red+Green+Blue) = 252+111+252=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FFC is #039003. Grayscale: #A8A8A8. Windows color (decimal): -233476 or 16543740. OLE color: 16543740.

HSL color Cylindrical-coordinate representation of color #FC6FFC: hue angle of 300º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6FFC is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252111252-
CMYK00.5600.01
HSL300º95.92%71.18%-
HSV(B)300º55.95%98.82%-
XYZ63.439.0996.3-
YUV169.23174.71187.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 111 (43.75% from 255) = 18.05%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=40.98%
G=18.05%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211125200.5600.0130095.9271.18
HexFC6FFC0380112c6047
Octal37415737407001454140107
Binary1111110011011111111110001110000110010110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc6ffc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc6ffc; }

 p { color: rgb(252,111,252); }

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

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

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

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

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

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

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