#FF71EE

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

Shades of Ultra Pink #FF71EE

Tints of Ultra Pink #FF71EE

Color information

#FF71EE (or 0xFF71EE) is unknown color: approx Ultra Pink. HEX triplet: FF, 71 and EE. RGB value is (255,113,238). Sum of RGB (Red+Green+Blue) = 255+113+238=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 113 (44.53% from 255 or 18.65% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71EE is #008E11. Grayscale: #A9A9A9. Windows color (decimal): -36370 or 15626751. OLE color: 15626751.

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

Color convert

RGB255113238-
CMYK00.560.070
HSL307.18º100%72.16%-
HSV(B)307.18º55.69%100%-
XYZ62.5839.2485.17-
YUV169.71166.54188.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 113 (44.53% from 255) = 18.65%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=42.08%
G=18.65%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511323800.560.070307.1810072.16
HexFF71EE038701336448
Octal37716135607070463144110
Binary111111111110001111011100111000111010011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71EE; }

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

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

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

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

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

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

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

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