#F969ED

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

Shades of Pink Flamingo #F969ED

Tints of Pink Flamingo #F969ED

Color information

#F969ED (or 0xF969ED) is unknown color: approx Pink Flamingo. HEX triplet: F9, 69 and ED. RGB value is (249,105,237). Sum of RGB (Red+Green+Blue) = 249+105+237=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F969ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F969ED is #069612. Grayscale: #A2A2A2. Windows color (decimal): -431635 or 15559161. OLE color: 15559161.

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

Color convert

RGB249105237-
CMYK00.580.050.02
HSL305º92.31%69.41%-
HSV(B)305º57.83%97.65%-
XYZ59.436.3684.01-
YUV163.1169.71189.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.13%
GREEN value IS 105 (41.41% from 255) = 17.77%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=42.13%
G=17.77%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910523700.580.050.0230592.3169.41
HexF969ED03A521315c45
Octal37115135507252461134105
Binary1111100111010011110110101110101011010011000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969ED; }

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

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

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

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

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

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

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

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