#FD71FB

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

Shades of Ultra Pink #FD71FB

Tints of Ultra Pink #FD71FB

Color information

#FD71FB (or 0xFD71FB) is unknown color: approx Ultra Pink. HEX triplet: FD, 71 and FB. RGB value is (253,113,251). Sum of RGB (Red+Green+Blue) = 253+113+251=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 113 (44.53% from 255 or 18.31% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD71FB is #028E04. Grayscale: #AAAAAA. Windows color (decimal): -167429 or 16478717. OLE color: 16478717.

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

Color convert

RGB253113251-
CMYK00.550.010.01
HSL300.86º97.22%71.76%-
HSV(B)300.86º55.34%99.22%-
XYZ63.8339.6695.56-
YUV170.59173.38186.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 113 (44.53% from 255) = 18.31%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=41.00%
G=18.31%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311325100.550.010.01300.8697.2271.76
HexFD71FB0371112d6148
Octal37516137306711455141110
Binary1111110111100011111101101101111110010110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71FB; }

 p { color: rgb(253,113,251); }

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

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

 a { background-color: rgb(253,113,251); }

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

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

 span { border-color: rgb(253,113,251); }

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