#FF5FFA

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

Shades of Pink Flamingo #FF5FFA

Tints of Pink Flamingo #FF5FFA

Color information

#FF5FFA (or 0xFF5FFA) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5F and FA. RGB value is (255,95,250). Sum of RGB (Red+Green+Blue) = 255+95+250=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 95 (37.5% from 255 or 15.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5FFA is #00A005. Grayscale: #A0A0A0. Windows color (decimal): -40966 or 16408575. OLE color: 16408575.

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

Color convert

RGB25595250-
CMYK00.630.020
HSL301.88º100%68.63%-
HSV(B)301.88º62.75%100%-
XYZ62.5936.3594.16-
YUV160.51178.51195.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559525000.630.020301.8810068.63
HexFF5FFA03F2012e6445
Octal37713737207720456144105
Binary11111111101111111111010011111110010010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5FFA; }

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

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

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

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

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

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

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

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