#FC70F2

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

Shades of Ultra Pink #FC70F2

Tints of Ultra Pink #FC70F2

Color information

#FC70F2 (or 0xFC70F2) is unknown color: approx Ultra Pink. HEX triplet: FC, 70 and F2. RGB value is (252,112,242). Sum of RGB (Red+Green+Blue) = 252+112+242=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 112 (44.14% from 255 or 18.48% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F2 is #038F0D. Grayscale: #A8A8A8. Windows color (decimal): -233230 or 15888636. OLE color: 15888636.

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

Color convert

RGB252112242-
CMYK00.560.040.01
HSL304.29º95.89%71.37%-
HSV(B)304.29º55.56%98.82%-
XYZ61.9738.6988.21-
YUV168.68169.38187.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 112 (44.14% from 255) = 18.48%
BLUE value IS 242 (94.92% from 255) = 39.93%
R=41.58%
G=18.48%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211224200.560.040.01304.2995.8971.37
HexFC70F2038411306047
Octal37416036207041460140107
Binary111111001110000111100100111000100110011000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70F2; }

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

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

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

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

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

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

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

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