#FA5FFF

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

Shades of Pink Flamingo #FA5FFF

Tints of Pink Flamingo #FA5FFF

Color information

#FA5FFF (or 0xFA5FFF) is unknown color: approx Pink Flamingo. HEX triplet: FA, 5F and FF. RGB value is (250,95,255). Sum of RGB (Red+Green+Blue) = 250+95+255=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 95 (37.5% from 255 or 15.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FFF is #05A000. Grayscale: #9F9F9F. Windows color (decimal): -368641 or 16736250. OLE color: 16736250.

HSL color Cylindrical-coordinate representation of color #FA5FFF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5FFF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25095255-
CMYK0.020.6300
HSL298.12º100%68.63%-
HSV(B)298.12º62.75%100%-
XYZ61.5735.7398.26-
YUV159.58181.85192.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 95 (37.5% from 255) = 15.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=41.67%
G=15.83%
B=42.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250952550.020.6300298.1210068.63
HexFA5FFF23F0012a6445
Octal37213737727700452144105
Binary11111010101111111111111101111110010010101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FFF; }

 p { color: rgb(250,95,255); }

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

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

 a { background-color: rgb(250,95,255); }

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

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

 span { border-color: rgb(250,95,255); }

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