#F965F5

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

Shades of Pink Flamingo #F965F5

Tints of Pink Flamingo #F965F5

Color information

#F965F5 (or 0xF965F5) is unknown color: approx Pink Flamingo. HEX triplet: F9, 65 and F5. RGB value is (249,101,245). Sum of RGB (Red+Green+Blue) = 249+101+245=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 101 (39.84% from 255 or 16.97% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F965F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965F5 is #069A0A. Grayscale: #A1A1A1. Windows color (decimal): -432651 or 16082425. OLE color: 16082425.

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

Color convert

RGB249101245-
CMYK00.590.020.02
HSL301.62º92.5%68.63%-
HSV(B)301.62º59.44%97.65%-
XYZ60.236.0490.17-
YUV161.67175.03190.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 101 (39.84% from 255) = 16.97%
BLUE value IS 245 (96.09% from 255) = 41.18%
R=41.85%
G=16.97%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910124500.590.020.02301.6292.568.63
HexF965F503B2212e5c45
Octal37114536507322456134105
Binary111110011100101111101010111011101010010111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965F5; }

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

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

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

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

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

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

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

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