#F663F2

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

Shades of Pink Flamingo #F663F2

Tints of Pink Flamingo #F663F2

Color information

#F663F2 (or 0xF663F2) is unknown color: approx Pink Flamingo. HEX triplet: F6, 63 and F2. RGB value is (246,99,242). Sum of RGB (Red+Green+Blue) = 246+99+242=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F663F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F663F2 is #099C0D. Grayscale: #9E9E9E. Windows color (decimal): -629774 or 15885302. OLE color: 15885302.

HSL color Cylindrical-coordinate representation of color #F663F2: hue angle of 301.63º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F663F2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24699242-
CMYK00.600.020.04
HSL301.63º89.09%67.65%-
HSV(B)301.63º59.76%96.47%-
XYZ58.4934.9387.66-
YUV159.26174.7189.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 99 (39.06% from 255) = 16.87%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=41.91%
G=16.87%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469924200.600.020.04301.6389.0967.65
HexF663F203C2412e5944
Octal36614336207424456131104
Binary1111011011000111111001001111001010010010111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F663F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F663F2; }

 p { color: rgb(246,99,242); }

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

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

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

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

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

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

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