#FF5AFA

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

Shades of Pink Flamingo #FF5AFA

Tints of Pink Flamingo #FF5AFA

Color information

#FF5AFA (or 0xFF5AFA) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5A and FA. RGB value is (255,90,250). Sum of RGB (Red+Green+Blue) = 255+90+250=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 90 (35.55% from 255 or 15.13% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFA is #00A505. Grayscale: #9D9D9D. Windows color (decimal): -42246 or 16407295. OLE color: 16407295.

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

Color convert

RGB25590250-
CMYK00.650.020
HSL301.82º100%67.65%-
HSV(B)301.82º64.71%100%-
XYZ62.1535.4794.01-
YUV157.57180.16197.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 15.13%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=42.86%
G=15.13%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559025000.650.020301.8210067.65
HexFF5AFA0412012e6444
Octal377132372010120456144104
Binary111111111011010111110100100000110010010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AFA; }

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

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

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

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

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

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

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

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