#F069F0

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

Shades of Pink Flamingo #F069F0

Tints of Pink Flamingo #F069F0

Color information

#F069F0 (or 0xF069F0) is unknown color: approx Pink Flamingo. HEX triplet: F0, 69 and F0. RGB value is (240,105,240). Sum of RGB (Red+Green+Blue) = 240+105+240=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F069F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069F0 is #0F960F. Grayscale: #A0A0A0. Windows color (decimal): -1021456 or 15755760. OLE color: 15755760.

HSL color Cylindrical-coordinate representation of color #F069F0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069F0 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240105240-
CMYK00.5600.06
HSL300º81.82%67.65%-
HSV(B)300º56.25%94.12%-
XYZ56.7134.9286.19-
YUV160.76172.73184.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 17.95%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=41.03%
G=17.95%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010524000.5600.0630081.8267.65
HexF069F00380612c5244
Octal36015136007006454122104
Binary111100001101001111100000111000011010010110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F069F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F069F0; }

 p { color: rgb(240,105,240); }

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

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

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

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

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

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

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