#F965F9

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

Shades of Pink Flamingo #F965F9

Tints of Pink Flamingo #F965F9

Color information

#F965F9 (or 0xF965F9) is unknown color: approx Pink Flamingo. HEX triplet: F9, 65 and F9. RGB value is (249,101,249). Sum of RGB (Red+Green+Blue) = 249+101+249=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F965F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F9 is #069A06. Grayscale: #A1A1A1. Windows color (decimal): -432647 or 16344569. OLE color: 16344569.

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

Color convert

RGB249101249-
CMYK00.5900.02
HSL300º92.5%68.63%-
HSV(B)300º59.44%97.65%-
XYZ60.8236.2993.42-
YUV162.12177.03189.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 101 (39.84% from 255) = 16.86%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=41.57%
G=16.86%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910124900.5900.0230092.568.63
HexF965F903B0212c5c45
Octal37114537107302454134105
Binary11111001110010111111001011101101010010110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965F9; }

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

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

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

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

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

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

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

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