#FC6DFC

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

Shades of Ultra Pink #FC6DFC

Tints of Ultra Pink #FC6DFC

Color information

#FC6DFC (or 0xFC6DFC) is unknown color: approx Ultra Pink. HEX triplet: FC, 6D and FC. RGB value is (252,109,252). Sum of RGB (Red+Green+Blue) = 252+109+252=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 109 (42.97% from 255 or 17.78% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DFC is #039203. Grayscale: #A7A7A7. Windows color (decimal): -233988 or 16543228. OLE color: 16543228.

HSL color Cylindrical-coordinate representation of color #FC6DFC: 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.57%. Process color model (Four color, CMYK) of #FC6DFC is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252109252-
CMYK00.5700.01
HSL300º95.97%70.78%-
HSV(B)300º56.75%98.82%-
XYZ63.1838.6696.23-
YUV168.06175.38187.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 109 (42.97% from 255) = 17.78%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=41.11%
G=17.78%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210925200.5700.0130095.9770.78
HexFC6DFC0390112c6047
Octal37415537407101454140107
Binary1111110011011011111110001110010110010110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6DFC; }

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

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

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

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

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

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

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

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