#FE6DFD

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

Shades of Ultra Pink #FE6DFD

Tints of Ultra Pink #FE6DFD

Color information

#FE6DFD (or 0xFE6DFD) is unknown color: approx Ultra Pink. HEX triplet: FE, 6D and FD. RGB value is (254,109,253). Sum of RGB (Red+Green+Blue) = 254+109+253=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 109 (42.97% from 255 or 17.69% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DFD is #019202. Grayscale: #A8A8A8. Windows color (decimal): -102915 or 16608766. OLE color: 16608766.

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

Color convert

RGB254109253-
CMYK00.570.000.00
HSL300.41º98.64%71.18%-
HSV(B)300.41º57.09%99.61%-
XYZ64.0739.197.1-
YUV168.77175.54188.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 109 (42.97% from 255) = 17.69%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=41.23%
G=17.69%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410925300.570.000.00300.4198.6471.18
HexFE6DFD0390012c6347
Octal37615537507100454143107
Binary1111111011011011111110101110010010010110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6DFD; }

 p { color: rgb(254,109,253); }

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

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

 a { background-color: rgb(254,109,253); }

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

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

 span { border-color: rgb(254,109,253); }

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