#F549FA

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

Shades of Pink Flamingo #F549FA

Tints of Pink Flamingo #F549FA

Color information

#F549FA (or 0xF549FA) is unknown color: approx Pink Flamingo. HEX triplet: F5, 49 and FA. RGB value is (245,73,250). Sum of RGB (Red+Green+Blue) = 245+73+250=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #F549FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F549FA is #0AB605. Grayscale: #909090. Windows color (decimal): -701958 or 16402933. OLE color: 16402933.

HSL color Cylindrical-coordinate representation of color #F549FA: hue angle of 298.31º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F549FA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24573250-
CMYK0.020.7100.02
HSL298.31º94.65%63.33%-
HSV(B)298.31º70.8%98.04%-
XYZ57.2931.0893.42-
YUV144.61187.48199.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 73 (28.91% from 255) = 12.85%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=43.13%
G=12.85%
B=44.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245732500.020.7100.02298.3194.6563.33
HexF549FA2470212a5f3f
Octal36511137221070245213777
Binary111101011001001111110101010001110101001010101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F549FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F549FA; }

 p { color: rgb(245,73,250); }

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

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

 a { background-color: rgb(245,73,250); }

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

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

 span { border-color: rgb(245,73,250); }

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