#F649F5

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

Shades of Pink Flamingo #F649F5

Tints of Pink Flamingo #F649F5

Color information

#F649F5 (or 0xF649F5) is unknown color: approx Pink Flamingo. HEX triplet: F6, 49 and F5. RGB value is (246,73,245). Sum of RGB (Red+Green+Blue) = 246+73+245=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F649F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F649F5 is #09B60A. Grayscale: #8F8F8F. Windows color (decimal): -636427 or 16075254. OLE color: 16075254.

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

Color convert

RGB24673245-
CMYK00.700.000.04
HSL300.35º90.58%62.55%-
HSV(B)300.35º70.33%96.47%-
XYZ56.8730.9589.36-
YUV144.34184.81200.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 73 (28.91% from 255) = 12.94%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=43.62%
G=12.94%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467324500.700.000.04300.3590.5862.55
HexF649F50460412c5b3f
Octal36611136501060445413377
Binary111101101001001111101010100011001001001011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F649F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F649F5; }

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

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

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

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

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

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

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

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