#f266fe

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

Shades of Pink Flamingo #F266FE

Tints of Pink Flamingo #F266FE

Color information

#F266FE (or 0xF266FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 66 and FE. RGB value is (242,102,254). Sum of RGB (Red+Green+Blue) = 242+102+254=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 102 (40.23% from 255 or 17.06% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #F266FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F266FE is #0D9901. Grayscale: #A0A0A0. Windows color (decimal): -891138 or 16672498. OLE color: 16672498.

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

Color convert

RGB242102254-
CMYK0.050.6000.00
HSL295.26º98.7%69.8%-
HSV(B)295.26º59.84%99.61%-
XYZ59.2635.5497.5-
YUV161.19180.38185.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 102 (40.23% from 255) = 17.06%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=40.47%
G=17.06%
B=42.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421022540.050.6000.00295.2698.769.8
HexF266FE53C001276346
Octal36214637657400447143106
Binary111100101100110111111101011111000010010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f266fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f266fe; }

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

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

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

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

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

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

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

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