#FC6FF8

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

Shades of Ultra Pink #FC6FF8

Tints of Ultra Pink #FC6FF8

Color information

#FC6FF8 (or 0xFC6FF8) is unknown color: approx Ultra Pink. HEX triplet: FC, 6F and F8. RGB value is (252,111,248). Sum of RGB (Red+Green+Blue) = 252+111+248=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 111 (43.75% from 255 or 18.17% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FF8 is #039007. Grayscale: #A8A8A8. Windows color (decimal): -233480 or 16281596. OLE color: 16281596.

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

Color convert

RGB252111248-
CMYK00.560.020.01
HSL301.7º95.92%71.18%-
HSV(B)301.7º55.95%98.82%-
XYZ62.7738.8493-
YUV168.78172.71187.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 111 (43.75% from 255) = 18.17%
BLUE value IS 248 (97.27% from 255) = 40.59%
R=41.24%
G=18.17%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211124800.560.020.01301.795.9271.18
HexFC6FF80382112e6047
Octal37415737007021456140107
Binary11111100110111111111000011100010110010111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6FF8; }

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

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

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

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

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

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

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

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