#F068ED

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

Shades of Pink Flamingo #F068ED

Tints of Pink Flamingo #F068ED

Color information

#F068ED (or 0xF068ED) is unknown color: approx Pink Flamingo. HEX triplet: F0, 68 and ED. RGB value is (240,104,237). Sum of RGB (Red+Green+Blue) = 240+104+237=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F068ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068ED is #0F9712. Grayscale: #9F9F9F. Windows color (decimal): -1021715 or 15558896. OLE color: 15558896.

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

Color convert

RGB240104237-
CMYK00.570.010.06
HSL301.32º81.93%67.45%-
HSV(B)301.32º56.67%94.12%-
XYZ56.1734.5483.83-
YUV159.83171.56185.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 104 (41.02% from 255) = 17.90%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=41.31%
G=17.90%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010423700.570.010.06301.3281.9367.45
HexF068ED0391612d5243
Octal36015035507116455122103
Binary111100001101000111011010111001111010010110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068ED; }

 p { color: rgb(240,104,237); }

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

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

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

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

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

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

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