#F463FA

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

Shades of Pink Flamingo #F463FA

Tints of Pink Flamingo #F463FA

Color information

#F463FA (or 0xF463FA) is unknown color: approx Pink Flamingo. HEX triplet: F4, 63 and FA. RGB value is (244,99,250). Sum of RGB (Red+Green+Blue) = 244+99+250=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #F463FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F463FA is #0B9C05. Grayscale: #9F9F9F. Windows color (decimal): -760838 or 16409588. OLE color: 16409588.

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

Color convert

RGB24499250-
CMYK0.020.6000.02
HSL297.62º93.79%68.43%-
HSV(B)297.62º60.4%98.04%-
XYZ59.0335.0694.1-
YUV159.57179.04188.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 99 (39.06% from 255) = 16.69%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=41.15%
G=16.69%
B=42.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal244992500.020.6000.02297.6293.7968.43
HexF463FA23C0212a5e44
Octal36414337227402452136104
Binary111101001100011111110101011110001010010101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F463FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F463FA; }

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

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

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

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

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

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

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

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