#FE6FED

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

Shades of Ultra Pink #FE6FED

Tints of Ultra Pink #FE6FED

Color information

#FE6FED (or 0xFE6FED) is unknown color: approx Ultra Pink. HEX triplet: FE, 6F and ED. RGB value is (254,111,237). Sum of RGB (Red+Green+Blue) = 254+111+237=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FED is #019012. Grayscale: #A7A7A7. Windows color (decimal): -102419 or 15560702. OLE color: 15560702.

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

Color convert

RGB254111237-
CMYK00.560.070.00
HSL307.13º98.62%71.57%-
HSV(B)307.13º56.3%99.61%-
XYZ61.8438.5584.3-
YUV168.12166.88189.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 111 (43.75% from 255) = 18.44%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=42.19%
G=18.44%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411123700.560.070.00307.1398.6271.57
HexFE6FED038701336348
Octal37615735507070463143110
Binary111111101101111111011010111000111010011001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FED; }

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

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

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

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

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

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

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

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