#F961EA

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

Shades of Pink Flamingo #F961EA

Tints of Pink Flamingo #F961EA

Color information

#F961EA (or 0xF961EA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 61 and EA. RGB value is (249,97,234). Sum of RGB (Red+Green+Blue) = 249+97+234=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F961EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961EA is #069E15. Grayscale: #9D9D9D. Windows color (decimal): -433686 or 15360505. OLE color: 15360505.

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

Color convert

RGB24997234-
CMYK00.610.060.02
HSL305.92º92.68%67.84%-
HSV(B)305.92º61.04%97.65%-
XYZ58.1934.6381.46-
YUV158.07170.86192.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 97 (38.28% from 255) = 16.72%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=42.93%
G=16.72%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499723400.610.060.02305.9292.6867.84
HexF961EA03D621325d44
Octal37114135207562462135104
Binary1111100111000011110101001111011101010011001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961EA; }

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

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

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

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

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

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

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

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