#FF65FE

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

Shades of Pink Flamingo #FF65FE

Tints of Pink Flamingo #FF65FE

Color information

#FF65FE (or 0xFF65FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 65 and FE. RGB value is (255,101,254). Sum of RGB (Red+Green+Blue) = 255+101+254=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 101 (39.84% from 255 or 16.56% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65FE is #009A01. Grayscale: #A4A4A4. Windows color (decimal): -39426 or 16672255. OLE color: 16672255.

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

Color convert

RGB255101254-
CMYK00.600.000
HSL300.39º100%69.8%-
HSV(B)300.39º60.39%100%-
XYZ63.7837.7297.69-
YUV164.49178.52192.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 101 (39.84% from 255) = 16.56%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=41.80%
G=16.56%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510125400.600.000300.3910069.8
HexFF65FE03C0012c6446
Octal37714537607400454144106
Binary1111111111001011111111001111000010010110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65FE; }

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

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

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

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

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

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

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

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