#FC71F4

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

Shades of Ultra Pink #FC71F4

Tints of Ultra Pink #FC71F4

Color information

#FC71F4 (or 0xFC71F4) is unknown color: approx Ultra Pink. HEX triplet: FC, 71 and F4. RGB value is (252,113,244). Sum of RGB (Red+Green+Blue) = 252+113+244=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 113 (44.53% from 255 or 18.56% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71F4 is #038E0B. Grayscale: #A9A9A9. Windows color (decimal): -232972 or 16019964. OLE color: 16019964.

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

Color convert

RGB252113244-
CMYK00.550.030.01
HSL303.45º95.86%71.57%-
HSV(B)303.45º55.16%98.82%-
XYZ62.3839.0489.84-
YUV169.5170.05186.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 113 (44.53% from 255) = 18.56%
BLUE value IS 244 (95.70% from 255) = 40.07%
R=41.38%
G=18.56%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211324400.550.030.01303.4595.8671.57
HexFC71F40373112f6048
Octal37416136406731457140110
Binary11111100111000111110100011011111110010111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC71F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC71F4; }

 p { color: rgb(252,113,244); }

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

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

 a { background-color: rgb(252,113,244); }

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

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

 span { border-color: rgb(252,113,244); }

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