#F75FF6

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

Shades of Pink Flamingo #F75FF6

Tints of Pink Flamingo #F75FF6

Color information

#F75FF6 (or 0xF75FF6) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5F and F6. RGB value is (247,95,246). Sum of RGB (Red+Green+Blue) = 247+95+246=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FF6 is #08A009. Grayscale: #9D9D9D. Windows color (decimal): -565258 or 16146423. OLE color: 16146423.

HSL color Cylindrical-coordinate representation of color #F75FF6: hue angle of 300.39º 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 #F75FF6 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB24795246-
CMYK00.620.000.03
HSL300.39º90.48%67.06%-
HSV(B)300.39º61.54%96.86%-
XYZ59.0834.6190.76-
YUV157.66177.86191.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 95 (37.5% from 255) = 16.16%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=42.01%
G=16.16%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479524600.620.000.03300.3990.4867.06
HexF75FF603E0312c5a43
Octal36713736607603454132103
Binary11110111101111111110110011111001110010110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FF6; }

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

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

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

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

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

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

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

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