#F73FF2

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

Shades of Pink Flamingo #F73FF2

Tints of Pink Flamingo #F73FF2

Color information

#F73FF2 (or 0xF73FF2) is unknown color: approx Pink Flamingo. HEX triplet: F7, 3F and F2. RGB value is (247,63,242). Sum of RGB (Red+Green+Blue) = 247+63+242=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73FF2 is #08C00D. Grayscale: #898989. Windows color (decimal): -573454 or 15876087. OLE color: 15876087.

HSL color Cylindrical-coordinate representation of color #F73FF2: hue angle of 301.63º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73FF2 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24763242-
CMYK00.740.020.03
HSL301.63º92%60.78%-
HSV(B)301.63º74.49%96.86%-
XYZ56.1629.7486.78-
YUV138.42186.46205.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 63 (25% from 255) = 11.41%
BLUE value IS 242 (94.92% from 255) = 43.84%
R=44.75%
G=11.41%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476324200.740.020.03301.639260.78
HexF73FF204A2312e5c3d
Octal3677736201122345613475
Binary11110111111111111100100100101010111001011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73FF2; }

 p { color: rgb(247,63,242); }

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

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

 a { background-color: rgb(247,63,242); }

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

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

 span { border-color: rgb(247,63,242); }

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