#FE70FF

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

Shades of Ultra Pink #FE70FF

Tints of Ultra Pink #FE70FF

Color information

#FE70FF (or 0xFE70FF) is unknown color: approx Ultra Pink. HEX triplet: FE, 70 and FF. RGB value is (254,112,255). Sum of RGB (Red+Green+Blue) = 254+112+255=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 112 (44.14% from 255 or 18.04% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE70FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE70FF is #018F00. Grayscale: #AAAAAA. Windows color (decimal): -102145 or 16740606. OLE color: 16740606.

HSL color Cylindrical-coordinate representation of color #FE70FF: hue angle of 299.58º 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 #FE70FF is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254112255-
CMYK0.000.5600
HSL299.58º100%71.96%-
HSV(B)299.58º56.08%100%-
XYZ64.7239.8898.89-
YUV170.76175.54187.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 112 (44.14% from 255) = 18.04%
BLUE value IS 255 (100% from 255) = 41.06%
R=40.90%
G=18.04%
B=41.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541122550.000.5600299.5810071.96
HexFE70FF0380012c6448
Octal37616037707000454144110
Binary1111111011100001111111101110000010010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE70FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE70FF; }

 p { color: rgb(254,112,255); }

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

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

 a { background-color: rgb(254,112,255); }

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

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

 span { border-color: rgb(254,112,255); }

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