#F540F2

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

Shades of Pink Flamingo #F540F2

Tints of Pink Flamingo #F540F2

Color information

#F540F2 (or 0xF540F2) is unknown color: approx Pink Flamingo. HEX triplet: F5, 40 and F2. RGB value is (245,64,242). Sum of RGB (Red+Green+Blue) = 245+64+242=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F540F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540F2 is #0ABF0D. Grayscale: #898989. Windows color (decimal): -704270 or 15876341. OLE color: 15876341.

HSL color Cylindrical-coordinate representation of color #F540F2: hue angle of 300.99º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540F2 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB24564242-
CMYK00.740.010.04
HSL300.99º90.05%60.59%-
HSV(B)300.99º73.88%96.08%-
XYZ55.5229.4986.77-
YUV138.41186.47204.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.46%
GREEN value IS 64 (25.39% from 255) = 11.62%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=44.46%
G=11.62%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456424200.740.010.04300.9990.0560.59
HexF540F204A1412d5a3d
Octal36510036201121445513275
Binary111101011000000111100100100101011001001011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F540F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F540F2; }

 p { color: rgb(245,64,242); }

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

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

 a { background-color: rgb(245,64,242); }

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

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

 span { border-color: rgb(245,64,242); }

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