#F656FE

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

Shades of Pink Flamingo #F656FE

Tints of Pink Flamingo #F656FE

Color information

#F656FE (or 0xF656FE) is unknown color: approx Pink Flamingo. HEX triplet: F6, 56 and FE. RGB value is (246,86,254). Sum of RGB (Red+Green+Blue) = 246+86+254=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 86 (33.98% from 255 or 14.68% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #F656FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F656FE is #09A901. Grayscale: #989898. Windows color (decimal): -633090 or 16668406. OLE color: 16668406.

HSL color Cylindrical-coordinate representation of color #F656FE: hue angle of 297.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F656FE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24686254-
CMYK0.030.6600.00
HSL297.14º98.82%66.67%-
HSV(B)297.14º66.14%99.61%-
XYZ59.2233.497.09-
YUV152.99185.01194.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.98%
GREEN value IS 86 (33.98% from 255) = 14.68%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=41.98%
G=14.68%
B=43.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal246862540.030.6600.00297.1498.8266.67
HexF656FE342001296343
Octal366126376310200451143103
Binary111101101010110111111101110000100010010100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F656FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F656FE; }

 p { color: rgb(246,86,254); }

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

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

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

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

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

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

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