#F75AEB

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

Shades of Pink Flamingo #F75AEB

Tints of Pink Flamingo #F75AEB

Color information

#F75AEB (or 0xF75AEB) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5A and EB. RGB value is (247,90,235). Sum of RGB (Red+Green+Blue) = 247+90+235=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AEB is #08A514. Grayscale: #999999. Windows color (decimal): -566549 or 15424247. OLE color: 15424247.

HSL color Cylindrical-coordinate representation of color #F75AEB: hue angle of 304.59º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AEB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB24790235-
CMYK00.640.050.03
HSL304.59º90.75%66.08%-
HSV(B)304.59º63.56%96.86%-
XYZ57.0133.0881.98-
YUV153.47174.01194.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 90 (35.55% from 255) = 15.73%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=43.18%
G=15.73%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479023500.640.050.03304.5990.7566.08
HexF75AEB040531315b42
Octal367132353010053461133102
Binary11110111101101011101011010000001011110011000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75AEB; }

 p { color: rgb(247,90,235); }

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

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

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

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

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

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

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