#F961ED

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

Shades of Pink Flamingo #F961ED

Tints of Pink Flamingo #F961ED

Color information

#F961ED (or 0xF961ED) is unknown color: approx Pink Flamingo. HEX triplet: F9, 61 and ED. RGB value is (249,97,237). Sum of RGB (Red+Green+Blue) = 249+97+237=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 97 (38.28% from 255 or 16.64% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F961ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961ED is #069E12. Grayscale: #9E9E9E. Windows color (decimal): -433683 or 15557113. OLE color: 15557113.

HSL color Cylindrical-coordinate representation of color #F961ED: hue angle of 304.74º 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 #F961ED is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB24997237-
CMYK00.610.050.02
HSL304.74º92.68%67.84%-
HSV(B)304.74º61.04%97.65%-
XYZ58.6334.883.75-
YUV158.41172.36192.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 97 (38.28% from 255) = 16.64%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=42.71%
G=16.64%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499723700.610.050.02304.7492.6867.84
HexF961ED03D521315d44
Octal37114135507552461135104
Binary1111100111000011110110101111011011010011000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961ED; }

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

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

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

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

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

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

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

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