#F764F0

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

Shades of Pink Flamingo #F764F0

Tints of Pink Flamingo #F764F0

Color information

#F764F0 (or 0xF764F0) is unknown color: approx Pink Flamingo. HEX triplet: F7, 64 and F0. RGB value is (247,100,240). Sum of RGB (Red+Green+Blue) = 247+100+240=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F764F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764F0 is #089B0F. Grayscale: #9F9F9F. Windows color (decimal): -563984 or 15754487. OLE color: 15754487.

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

Color convert

RGB247100240-
CMYK00.600.030.03
HSL302.86º90.18%68.04%-
HSV(B)302.86º59.51%96.86%-
XYZ58.6435.1886.14-
YUV159.91173.2190.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.08%
GREEN value IS 100 (39.45% from 255) = 17.04%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=42.08%
G=17.04%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710024000.600.030.03302.8690.1868.04
HexF764F003C3312f5a44
Octal36714436007433457132104
Binary111101111100100111100000111100111110010111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764F0; }

 p { color: rgb(247,100,240); }

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

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

 a { background-color: rgb(247,100,240); }

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

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

 span { border-color: rgb(247,100,240); }

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