#FE71EE

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

Shades of Ultra Pink #FE71EE

Tints of Ultra Pink #FE71EE

Color information

#FE71EE (or 0xFE71EE) is unknown color: approx Ultra Pink. HEX triplet: FE, 71 and EE. RGB value is (254,113,238). Sum of RGB (Red+Green+Blue) = 254+113+238=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 113 (44.53% from 255 or 18.68% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE71EE is #018E11. Grayscale: #A9A9A9. Windows color (decimal): -101906 or 15626750. OLE color: 15626750.

HSL color Cylindrical-coordinate representation of color #FE71EE: hue angle of 306.81º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71EE is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254113238-
CMYK00.560.060.00
HSL306.81º98.6%71.96%-
HSV(B)306.81º55.51%99.61%-
XYZ62.2139.0585.15-
YUV169.41166.71188.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 113 (44.53% from 255) = 18.68%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=41.98%
G=18.68%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411323800.560.060.00306.8198.671.96
HexFE71EE038601336348
Octal37616135607060463143110
Binary111111101110001111011100111000110010011001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71EE; }

 p { color: rgb(254,113,238); }

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

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

 a { background-color: rgb(254,113,238); }

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

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

 span { border-color: rgb(254,113,238); }

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