#FC72F0

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

Shades of Ultra Pink #FC72F0

Tints of Ultra Pink #FC72F0

Color information

#FC72F0 (or 0xFC72F0) is unknown color: approx Ultra Pink. HEX triplet: FC, 72 and F0. RGB value is (252,114,240). Sum of RGB (Red+Green+Blue) = 252+114+240=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC72F0 is #038D0F. Grayscale: #A9A9A9. Windows color (decimal): -232720 or 15758076. OLE color: 15758076.

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

Color convert

RGB252114240-
CMYK00.550.050.01
HSL305.22º95.83%71.76%-
HSV(B)305.22º54.76%98.82%-
XYZ61.8939.0286.71-
YUV169.63167.72186.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 114 (44.92% from 255) = 18.81%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=41.58%
G=18.81%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211424000.550.050.01305.2295.8371.76
HexFC72F0037511316048
Octal37416236006751461140110
Binary111111001110010111100000110111101110011000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC72F0; }

 p { color: rgb(252,114,240); }

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

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

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

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

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

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

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