#F565EE

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

Shades of Pink Flamingo #F565EE

Tints of Pink Flamingo #F565EE

Color information

#F565EE (or 0xF565EE) is unknown color: approx Pink Flamingo. HEX triplet: F5, 65 and EE. RGB value is (245,101,238). Sum of RGB (Red+Green+Blue) = 245+101+238=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F565EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565EE is #0A9A11. Grayscale: #9F9F9F. Windows color (decimal): -694802 or 15623669. OLE color: 15623669.

HSL color Cylindrical-coordinate representation of color #F565EE: hue angle of 302.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565EE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245101238-
CMYK00.590.030.04
HSL302.92º87.8%67.84%-
HSV(B)302.92º58.78%96.08%-
XYZ57.7434.8984.58-
YUV159.67172.21188.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 101 (39.84% from 255) = 17.29%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=41.95%
G=17.29%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510123800.590.030.04302.9287.867.84
HexF565EE03B3412f5844
Octal36514535607334457130104
Binary1111010111001011110111001110111110010010111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565EE; }

 p { color: rgb(245,101,238); }

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

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

 a { background-color: rgb(245,101,238); }

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

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

 span { border-color: rgb(245,101,238); }

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