#F65BF6

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

Shades of Pink Flamingo #F65BF6

Tints of Pink Flamingo #F65BF6

Color information

#F65BF6 (or 0xF65BF6) is unknown color: approx Pink Flamingo. HEX triplet: F6, 5B and F6. RGB value is (246,91,246). Sum of RGB (Red+Green+Blue) = 246+91+246=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F65BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BF6 is #09A409. Grayscale: #9A9A9A. Windows color (decimal): -631818 or 16145398. OLE color: 16145398.

HSL color Cylindrical-coordinate representation of color #F65BF6: hue angle of 300º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BF6 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24691246-
CMYK00.6300.04
HSL300º89.6%66.08%-
HSV(B)300º63.01%96.47%-
XYZ58.3833.7390.62-
YUV155.02179.35192.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 91 (35.94% from 255) = 15.61%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=42.20%
G=15.61%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469124600.6300.0430089.666.08
HexF65BF603F0412c5a42
Octal36613336607704454132102
Binary111101101011011111101100111111010010010110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65BF6; }

 p { color: rgb(246,91,246); }

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

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

 a { background-color: rgb(246,91,246); }

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

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

 span { border-color: rgb(246,91,246); }

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