#F961EF

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

Shades of Pink Flamingo #F961EF

Tints of Pink Flamingo #F961EF

Color information

#F961EF (or 0xF961EF) is unknown color: approx Pink Flamingo. HEX triplet: F9, 61 and EF. RGB value is (249,97,239). Sum of RGB (Red+Green+Blue) = 249+97+239=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F961EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961EF is #069E10. Grayscale: #9E9E9E. Windows color (decimal): -433681 or 15688185. OLE color: 15688185.

HSL color Cylindrical-coordinate representation of color #F961EF: hue angle of 303.95º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F961EF is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB24997239-
CMYK00.610.040.02
HSL303.95º92.68%67.84%-
HSV(B)303.95º61.04%97.65%-
XYZ58.9234.9285.3-
YUV158.64173.36192.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 97 (38.28% from 255) = 16.58%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=42.56%
G=16.58%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499723900.610.040.02303.9592.6867.84
HexF961EF03D421305d44
Octal37114135707542460135104
Binary1111100111000011110111101111011001010011000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961EF; }

 p { color: rgb(249,97,239); }

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

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

 a { background-color: rgb(249,97,239); }

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

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

 span { border-color: rgb(249,97,239); }

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