#F661FF

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

Shades of Pink Flamingo #F661FF

Tints of Pink Flamingo #F661FF

Color information

#F661FF (or 0xF661FF) is unknown color: approx Pink Flamingo. HEX triplet: F6, 61 and FF. RGB value is (246,97,255). Sum of RGB (Red+Green+Blue) = 246+97+255=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 97 (38.28% from 255 or 16.22% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F661FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F661FF is #099E00. Grayscale: #9F9F9F. Windows color (decimal): -630273 or 16736758. OLE color: 16736758.

HSL color Cylindrical-coordinate representation of color #F661FF: hue angle of 296.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F661FF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24697255-
CMYK0.040.6200
HSL296.58º100%69.02%-
HSV(B)296.58º61.96%100%-
XYZ60.3335.3698.25-
YUV159.56181.86189.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 97 (38.28% from 255) = 16.22%
BLUE value IS 255 (100% from 255) = 42.64%
R=41.14%
G=16.22%
B=42.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal246972550.040.6200296.5810069.02
HexF661FF43E001296445
Octal36614137747600451144105
Binary111101101100001111111111001111100010010100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F661FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F661FF; }

 p { color: rgb(246,97,255); }

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

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

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

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

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

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

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