#F762ED

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

Shades of Pink Flamingo #F762ED

Tints of Pink Flamingo #F762ED

Color information

#F762ED (or 0xF762ED) is unknown color: approx Pink Flamingo. HEX triplet: F7, 62 and ED. RGB value is (247,98,237). Sum of RGB (Red+Green+Blue) = 247+98+237=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 98 (38.67% from 255 or 16.84% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F762ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F762ED is #089D12. Grayscale: #9D9D9D. Windows color (decimal): -564499 or 15557367. OLE color: 15557367.

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

Color convert

RGB24798237-
CMYK00.600.040.03
HSL304.03º90.3%67.65%-
HSV(B)304.03º60.32%96.86%-
XYZ58.0134.6283.75-
YUV158.4172.36191.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 98 (38.67% from 255) = 16.84%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=42.44%
G=16.84%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479823700.600.040.03304.0390.367.65
HexF762ED03C431305a44
Octal36714235507443460132104
Binary1111011111000101110110101111001001110011000010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762ED; }

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

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

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

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

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

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

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

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