#F763FA

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

Shades of Pink Flamingo #F763FA

Tints of Pink Flamingo #F763FA

Color information

#F763FA (or 0xF763FA) is unknown color: approx Pink Flamingo. HEX triplet: F7, 63 and FA. RGB value is (247,99,250). Sum of RGB (Red+Green+Blue) = 247+99+250=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 99 (39.06% from 255 or 16.61% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #F763FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F763FA is #089C05. Grayscale: #A0A0A0. Windows color (decimal): -564230 or 16409591. OLE color: 16409591.

HSL color Cylindrical-coordinate representation of color #F763FA: hue angle of 298.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763FA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24799250-
CMYK0.010.6000.02
HSL298.81º93.79%68.43%-
HSV(B)298.81º60.4%98.04%-
XYZ60.0735.694.15-
YUV160.47178.53189.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.44%
GREEN value IS 99 (39.06% from 255) = 16.61%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=41.44%
G=16.61%
B=41.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal247992500.010.6000.02298.8193.7968.43
HexF763FA13C0212b5e44
Octal36714337217402453136104
Binary11110111110001111111010111110001010010101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F763FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F763FA; }

 p { color: rgb(247,99,250); }

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

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

 a { background-color: rgb(247,99,250); }

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

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

 span { border-color: rgb(247,99,250); }

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