#F542F2

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

Shades of Pink Flamingo #F542F2

Tints of Pink Flamingo #F542F2

Color information

#F542F2 (or 0xF542F2) is unknown color: approx Pink Flamingo. HEX triplet: F5, 42 and F2. RGB value is (245,66,242). Sum of RGB (Red+Green+Blue) = 245+66+242=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F542F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F542F2 is #0ABD0D. Grayscale: #8B8B8B. Windows color (decimal): -703758 or 15876853. OLE color: 15876853.

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

Color convert

RGB24566242-
CMYK00.730.010.04
HSL301.01º89.95%60.98%-
HSV(B)301.01º73.06%96.08%-
XYZ55.6329.7286.81-
YUV139.58185.8203.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 66 (26.17% from 255) = 11.93%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=44.30%
G=11.93%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456624200.730.010.04301.0189.9560.98
HexF542F20491412d5a3d
Octal36510236201111445513275
Binary111101011000010111100100100100111001001011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F542F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F542F2; }

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

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

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

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

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

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

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

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