#F75AEA

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

Shades of Pink Flamingo #F75AEA

Tints of Pink Flamingo #F75AEA

Color information

#F75AEA (or 0xF75AEA) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5A and EA. RGB value is (247,90,234). Sum of RGB (Red+Green+Blue) = 247+90+234=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75AEA is #08A515. Grayscale: #989898. Windows color (decimal): -566550 or 15358711. OLE color: 15358711.

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

Color convert

RGB24790234-
CMYK00.640.050.03
HSL304.97º90.75%66.08%-
HSV(B)304.97º63.56%96.86%-
XYZ56.8733.0381.22-
YUV153.36173.51194.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 90 (35.55% from 255) = 15.76%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=43.26%
G=15.76%
B=40.98%

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
Decimal2479023400.640.050.03304.9790.7566.08
HexF75AEA040531315b42
Octal367132352010053461133102
Binary11110111101101011101010010000001011110011000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75AEA; }

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

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

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

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

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

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

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

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