#FF65F4

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

Shades of Pink Flamingo #FF65F4

Tints of Pink Flamingo #FF65F4

Color information

#FF65F4 (or 0xFF65F4) is unknown color: approx Pink Flamingo. HEX triplet: FF, 65 and F4. RGB value is (255,101,244). Sum of RGB (Red+Green+Blue) = 255+101+244=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65F4 is #009A0B. Grayscale: #A2A2A2. Windows color (decimal): -39436 or 16016895. OLE color: 16016895.

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

Color convert

RGB255101244-
CMYK00.600.040
HSL304.29º100%69.8%-
HSV(B)304.29º60.39%100%-
XYZ62.2237.189.47-
YUV163.35173.52193.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 101 (39.84% from 255) = 16.83%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=42.5%
G=16.83%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510124400.600.040304.2910069.8
HexFF65F403C401306446
Octal37714536407440460144106
Binary111111111100101111101000111100100010011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65F4; }

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

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

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

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

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

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

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

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