#FF5AFD

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

Shades of Pink Flamingo #FF5AFD

Tints of Pink Flamingo #FF5AFD

Color information

#FF5AFD (or 0xFF5AFD) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5A and FD. RGB value is (255,90,253). Sum of RGB (Red+Green+Blue) = 255+90+253=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 90 (35.55% from 255 or 15.05% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFD is #00A502. Grayscale: #9D9D9D. Windows color (decimal): -42243 or 16603903. OLE color: 16603903.

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

Color convert

RGB25590253-
CMYK00.650.010
HSL300.73º100%67.65%-
HSV(B)300.73º64.71%100%-
XYZ62.6335.6696.51-
YUV157.92181.66197.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 90 (35.55% from 255) = 15.05%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=42.64%
G=15.05%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559025300.650.010300.7310067.65
HexFF5AFD0411012d6444
Octal377132375010110455144104
Binary11111111101101011111101010000011010010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AFD; }

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

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

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

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

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

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

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

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