#f266ee

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

Shades of Pink Flamingo #F266EE

Tints of Pink Flamingo #F266EE

Color information

#F266EE (or 0xF266EE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 66 and EE. RGB value is (242,102,238). Sum of RGB (Red+Green+Blue) = 242+102+238=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F266EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266EE is #0D9911. Grayscale: #9E9E9E. Windows color (decimal): -891154 or 15623922. OLE color: 15623922.

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

Color convert

RGB242102238-
CMYK00.580.020.05
HSL301.71º84.34%67.45%-
HSV(B)301.71º57.85%94.9%-
XYZ56.834.5584.56-
YUV159.36172.38186.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 102 (40.23% from 255) = 17.53%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=41.58%
G=17.53%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210223800.580.020.05301.7184.3467.45
HexF266EE03A2512e5443
Octal36214635607225456124103
Binary1111001011001101110111001110101010110010111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f266ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f266ee; }

 p { color: rgb(242,102,238); }

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

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

 a { background-color: rgb(242,102,238); }

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

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

 span { border-color: rgb(242,102,238); }

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