#F965EE

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

Shades of Pink Flamingo #F965EE

Tints of Pink Flamingo #F965EE

Color information

#F965EE (or 0xF965EE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 65 and EE. RGB value is (249,101,238). Sum of RGB (Red+Green+Blue) = 249+101+238=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F965EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965EE is #069A11. Grayscale: #A0A0A0. Windows color (decimal): -432658 or 15623673. OLE color: 15623673.

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

Color convert

RGB249101238-
CMYK00.590.040.02
HSL304.46º92.5%68.63%-
HSV(B)304.46º59.44%97.65%-
XYZ59.1535.6284.65-
YUV160.87171.53190.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 17.18%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=42.35%
G=17.18%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910123800.590.040.02304.4692.568.63
HexF965EE03B421305c45
Octal37114535607342460134105
Binary1111100111001011110111001110111001010011000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965EE; }

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

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

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

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

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

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

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

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