#FA63F5

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

Shades of Pink Flamingo #FA63F5

Tints of Pink Flamingo #FA63F5

Color information

#FA63F5 (or 0xFA63F5) is unknown color: approx Pink Flamingo. HEX triplet: FA, 63 and F5. RGB value is (250,99,245). Sum of RGB (Red+Green+Blue) = 250+99+245=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63F5 is #059C0A. Grayscale: #A0A0A0. Windows color (decimal): -367627 or 16081914. OLE color: 16081914.

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

Color convert

RGB25099245-
CMYK00.600.020.02
HSL301.99º93.79%68.43%-
HSV(B)301.99º60.4%98.04%-
XYZ60.3735.8490.12-
YUV160.79175.53191.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 99 (39.06% from 255) = 16.67%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=42.09%
G=16.67%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509924500.600.020.02301.9993.7968.43
HexFA63F503C2212e5e44
Octal37214336507422456136104
Binary111110101100011111101010111100101010010111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63F5; }

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

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

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

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

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

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

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

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