#F75FED

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

Shades of Pink Flamingo #F75FED

Tints of Pink Flamingo #F75FED

Color information

#F75FED (or 0xF75FED) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5F and ED. RGB value is (247,95,237). Sum of RGB (Red+Green+Blue) = 247+95+237=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FED is #08A012. Grayscale: #9C9C9C. Windows color (decimal): -565267 or 15556599. OLE color: 15556599.

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

Color convert

RGB24795237-
CMYK00.620.040.03
HSL303.95º90.48%67.06%-
HSV(B)303.95º61.54%96.86%-
XYZ57.7434.0783.65-
YUV156.64173.36192.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 95 (37.5% from 255) = 16.41%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=42.66%
G=16.41%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479523700.620.040.03303.9590.4867.06
HexF75FED03E431305a43
Octal36713735507643460132103
Binary1111011110111111110110101111101001110011000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FED; }

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

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

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

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

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

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

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

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