#F566FE

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

Shades of Pink Flamingo #F566FE

Tints of Pink Flamingo #F566FE

Color information

#F566FE (or 0xF566FE) is unknown color: approx Pink Flamingo. HEX triplet: F5, 66 and FE. RGB value is (245,102,254). Sum of RGB (Red+Green+Blue) = 245+102+254=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F566FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566FE is #0A9901. Grayscale: #A1A1A1. Windows color (decimal): -694530 or 16672501. OLE color: 16672501.

HSL color Cylindrical-coordinate representation of color #F566FE: hue angle of 296.45º 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 #F566FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245102254-
CMYK0.040.6000.00
HSL296.45º98.7%69.8%-
HSV(B)296.45º59.84%99.61%-
XYZ60.336.0797.55-
YUV162.08179.88187.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 102 (40.23% from 255) = 16.97%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=40.77%
G=16.97%
B=42.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451022540.040.6000.00296.4598.769.8
HexF566FE43C001286346
Octal36514637647400450143106
Binary111101011100110111111101001111000010010100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F566FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F566FE; }

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

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

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

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

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

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

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

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