#F965F6

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

Shades of Pink Flamingo #F965F6

Tints of Pink Flamingo #F965F6

Color information

#F965F6 (or 0xF965F6) is unknown color: approx Pink Flamingo. HEX triplet: F9, 65 and F6. RGB value is (249,101,246). Sum of RGB (Red+Green+Blue) = 249+101+246=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 101 (39.84% from 255 or 16.95% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F6 is #069A09. Grayscale: #A1A1A1. Windows color (decimal): -432650 or 16147961. OLE color: 16147961.

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

Color convert

RGB249101246-
CMYK00.590.010.02
HSL301.22º92.5%68.63%-
HSV(B)301.22º59.44%97.65%-
XYZ60.3636.190.98-
YUV161.78175.53190.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 101 (39.84% from 255) = 16.95%
BLUE value IS 246 (96.48% from 255) = 41.28%
R=41.78%
G=16.95%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910124600.590.010.02301.2292.568.63
HexF965F603B1212d5c45
Octal37114536607312455134105
Binary11111001110010111110110011101111010010110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965F6; }

 p { color: rgb(249,101,246); }

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

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

 a { background-color: rgb(249,101,246); }

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

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

 span { border-color: rgb(249,101,246); }

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