#F541FE

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

Shades of Pink Flamingo #F541FE

Tints of Pink Flamingo #F541FE

Color information

#F541FE (or 0xF541FE) is unknown color: approx Pink Flamingo. HEX triplet: F5, 41 and FE. RGB value is (245,65,254). Sum of RGB (Red+Green+Blue) = 245+65+254=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F541FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541FE is #0ABE01. Grayscale: #8B8B8B. Windows color (decimal): -704002 or 16663029. OLE color: 16663029.

HSL color Cylindrical-coordinate representation of color #F541FE: hue angle of 297.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F541FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24565254-
CMYK0.040.7400.00
HSL297.14º98.95%62.55%-
HSV(B)297.14º74.41%99.61%-
XYZ57.4430.3596.6-
YUV140.37192.13202.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 65 (25.78% from 255) = 11.52%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=43.44%
G=11.52%
B=45.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal245652540.040.7400.00297.1498.9562.55
HexF541FE44A00129633f
Octal36510137641120045114377
Binary111101011000001111111101001001010001001010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F541FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F541FE; }

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

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

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

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

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

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

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

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