#FF40FF

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

Shades of Pink Flamingo #FF40FF

Tints of Pink Flamingo #FF40FF

Color information

#FF40FF (or 0xFF40FF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 40 and FF. RGB value is (255,64,255). Sum of RGB (Red+Green+Blue) = 255+64+255=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 64 (25.39% from 255 or 11.15% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40FF is #00BF00. Grayscale: #8E8E8E. Windows color (decimal): -48897 or 16728319. OLE color: 16728319.

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

Color convert

RGB25564255-
CMYK00.7500
HSL300º100%62.55%-
HSV(B)300º74.9%100%-
XYZ61.1232.1597.59-
YUV142.88191.28207.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 64 (25.39% from 255) = 11.15%
BLUE value IS 255 (100% from 255) = 44.43%
R=44.43%
G=11.15%
B=44.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556425500.750030010062.55
HexFF40FF04B0012c643f
Octal37710037701130045414477
Binary1111111110000001111111101001011001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40FF; }

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

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

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

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

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

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

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

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