#FC70F3

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

Shades of Ultra Pink #FC70F3

Tints of Ultra Pink #FC70F3

Color information

#FC70F3 (or 0xFC70F3) is unknown color: approx Ultra Pink. HEX triplet: FC, 70 and F3. RGB value is (252,112,243). Sum of RGB (Red+Green+Blue) = 252+112+243=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 112 (44.14% from 255 or 18.45% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC70F3 is #038F0C. Grayscale: #A8A8A8. Windows color (decimal): -233229 or 15954172. OLE color: 15954172.

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

Color convert

RGB252112243-
CMYK00.560.040.01
HSL303.86º95.89%71.37%-
HSV(B)303.86º55.56%98.82%-
XYZ62.1238.7589-
YUV168.79169.88187.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 112 (44.14% from 255) = 18.45%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=41.52%
G=18.45%
B=40.03%

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
Decimal25211224300.560.040.01303.8695.8971.37
HexFC70F3038411306047
Octal37416036307041460140107
Binary111111001110000111100110111000100110011000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70F3; }

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

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

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

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

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

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

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

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