#FE6FFF

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

Shades of Ultra Pink #FE6FFF

Tints of Ultra Pink #FE6FFF

Color information

#FE6FFF (or 0xFE6FFF) is unknown color: approx Ultra Pink. HEX triplet: FE, 6F and FF. RGB value is (254,111,255). Sum of RGB (Red+Green+Blue) = 254+111+255=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 111 (43.75% from 255 or 17.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FFF is #019000. Grayscale: #A9A9A9. Windows color (decimal): -102401 or 16740350. OLE color: 16740350.

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

Color convert

RGB254111255-
CMYK0.000.5600
HSL299.58º100%71.76%-
HSV(B)299.58º56.47%100%-
XYZ64.6139.6698.86-
YUV170.17175.88187.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 111 (43.75% from 255) = 17.90%
BLUE value IS 255 (100% from 255) = 41.13%
R=40.97%
G=17.90%
B=41.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541112550.000.5600299.5810071.76
HexFE6FFF0380012c6448
Octal37615737707000454144110
Binary1111111011011111111111101110000010010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FFF; }

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

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

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

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

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

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

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

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