#FF40FE

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

Shades of Pink Flamingo #FF40FE

Tints of Pink Flamingo #FF40FE

Color information

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

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

Color convert

RGB25564254-
CMYK00.750.000
HSL300.31º100%62.55%-
HSV(B)300.31º74.9%100%-
XYZ60.9632.0896.75-
YUV142.77190.78208.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556425400.750.000300.3110062.55
HexFF40FE04B0012c643f
Octal37710037601130045414477
Binary1111111110000001111111001001011001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40FE; }

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

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

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

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

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

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

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

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