#F544F6

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

Shades of Pink Flamingo #F544F6

Tints of Pink Flamingo #F544F6

Color information

#F544F6 (or 0xF544F6) is unknown color: approx Pink Flamingo. HEX triplet: F5, 44 and F6. RGB value is (245,68,246). Sum of RGB (Red+Green+Blue) = 245+68+246=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #F544F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F544F6 is #0ABB09. Grayscale: #8C8C8C. Windows color (decimal): -703242 or 16139509. OLE color: 16139509.

HSL color Cylindrical-coordinate representation of color #F544F6: hue angle of 299.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544F6 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24568246-
CMYK0.000.7200.04
HSL299.66º90.82%61.57%-
HSV(B)299.66º72.36%96.47%-
XYZ56.3630.290.05-
YUV141.22187.14202.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 68 (26.95% from 255) = 12.16%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=43.83%
G=12.16%
B=44.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245682460.000.7200.04299.6690.8261.57
HexF544F60480412c5b3e
Octal36510436601100445413376
Binary111101011000100111101100100100001001001011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F544F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F544F6; }

 p { color: rgb(245,68,246); }

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

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

 a { background-color: rgb(245,68,246); }

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

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

 span { border-color: rgb(245,68,246); }

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