#F75FF7

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

Shades of Pink Flamingo #F75FF7

Tints of Pink Flamingo #F75FF7

Color information

#F75FF7 (or 0xF75FF7) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5F and F7. RGB value is (247,95,247). Sum of RGB (Red+Green+Blue) = 247+95+247=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 95 (37.5% from 255 or 16.13% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F75FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FF7 is #08A008. Grayscale: #9D9D9D. Windows color (decimal): -565257 or 16211959. OLE color: 16211959.

HSL color Cylindrical-coordinate representation of color #F75FF7: hue angle of 300º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FF7 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24795247-
CMYK00.6200.03
HSL300º90.48%67.06%-
HSV(B)300º61.54%96.86%-
XYZ59.2434.6791.57-
YUV157.78178.36191.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.94%
GREEN value IS 95 (37.5% from 255) = 16.13%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=41.94%
G=16.13%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479524700.6200.0330090.4867.06
HexF75FF703E0312c5a43
Octal36713736707603454132103
Binary11110111101111111110111011111001110010110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FF7; }

 p { color: rgb(247,95,247); }

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

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

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

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

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

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

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