#F969FE

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

Shades of Pink Flamingo #F969FE

Tints of Pink Flamingo #F969FE

Color information

#F969FE (or 0xF969FE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 69 and FE. RGB value is (249,105,254). Sum of RGB (Red+Green+Blue) = 249+105+254=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 105 (41.41% from 255 or 17.27% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #F969FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969FE is #069601. Grayscale: #A4A4A4. Windows color (decimal): -431618 or 16673273. OLE color: 16673273.

HSL color Cylindrical-coordinate representation of color #F969FE: hue angle of 297.99º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F969FE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249105254-
CMYK0.020.5900.00
HSL297.99º98.68%70.39%-
HSV(B)297.99º58.66%99.61%-
XYZ62.0137.497.72-
YUV165.04178.21187.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 105 (41.41% from 255) = 17.27%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=40.95%
G=17.27%
B=41.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491052540.020.5900.00297.9998.6870.39
HexF969FE23B0012a6346
Octal37115137627300452143106
Binary11111001110100111111110101110110010010101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969FE; }

 p { color: rgb(249,105,254); }

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

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

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

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

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

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

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