#FC70FF

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

Shades of Ultra Pink #FC70FF

Tints of Ultra Pink #FC70FF

Color information

#FC70FF (or 0xFC70FF) is unknown color: approx Ultra Pink. HEX triplet: FC, 70 and FF. RGB value is (252,112,255). Sum of RGB (Red+Green+Blue) = 252+112+255=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 112 (44.14% from 255 or 18.09% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70FF is #038F00. Grayscale: #A9A9A9. Windows color (decimal): -233217 or 16740604. OLE color: 16740604.

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

Color convert

RGB252112255-
CMYK0.010.5600
HSL298.74º100%71.96%-
HSV(B)298.74º56.08%100%-
XYZ63.9939.598.86-
YUV170.16175.88186.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 112 (44.14% from 255) = 18.09%
BLUE value IS 255 (100% from 255) = 41.20%
R=40.71%
G=18.09%
B=41.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521122550.010.5600298.7410071.96
HexFC70FF1380012b6448
Octal37416037717000453144110
Binary1111110011100001111111111110000010010101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70FF; }

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

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

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

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

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

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

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

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