#FF5DFD

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

Shades of Pink Flamingo #FF5DFD

Tints of Pink Flamingo #FF5DFD

Color information

#FF5DFD (or 0xFF5DFD) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5D and FD. RGB value is (255,93,253). Sum of RGB (Red+Green+Blue) = 255+93+253=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 93 (36.72% from 255 or 15.47% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DFD is #00A202. Grayscale: #9F9F9F. Windows color (decimal): -41475 or 16604671. OLE color: 16604671.

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

Color convert

RGB25593253-
CMYK00.640.010
HSL300.74º100%68.24%-
HSV(B)300.74º63.53%100%-
XYZ62.8836.1896.6-
YUV159.68180.67195.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 93 (36.72% from 255) = 15.47%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=42.43%
G=15.47%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559325300.640.010300.7410068.24
HexFF5DFD0401012d6444
Octal377135375010010455144104
Binary11111111101110111111101010000001010010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DFD; }

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

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

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

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

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

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

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

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