#FE40FF

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

Shades of Pink Flamingo #FE40FF

Tints of Pink Flamingo #FE40FF

Color information

#FE40FF (or 0xFE40FF) is unknown color: approx Pink Flamingo. HEX triplet: FE, 40 and FF. RGB value is (254,64,255). Sum of RGB (Red+Green+Blue) = 254+64+255=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 64 (25.39% from 255 or 11.17% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40FF is #01BF00. Grayscale: #8E8E8E. Windows color (decimal): -114433 or 16728318. OLE color: 16728318.

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

Color convert

RGB25464255-
CMYK0.000.7500
HSL299.69º100%62.55%-
HSV(B)299.69º74.9%100%-
XYZ60.7631.9697.57-
YUV142.58191.45207.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 64 (25.39% from 255) = 11.17%
BLUE value IS 255 (100% from 255) = 44.50%
R=44.33%
G=11.17%
B=44.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254642550.000.7500299.6910062.55
HexFE40FF04B0012c643f
Octal37610037701130045414477
Binary1111111010000001111111101001011001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40FF; }

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

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

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

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

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

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

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

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