#FD3AFF

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

Shades of Pink Flamingo #FD3AFF

Tints of Pink Flamingo #FD3AFF

Color information

#FD3AFF (or 0xFD3AFF) is unknown color: approx Pink Flamingo. HEX triplet: FD, 3A and FF. RGB value is (253,58,255). Sum of RGB (Red+Green+Blue) = 253+58+255=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 58 (23.05% from 255 or 10.25% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AFF is #02C500. Grayscale: #8A8A8A. Windows color (decimal): -181505 or 16726781. OLE color: 16726781.

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

Color convert

RGB25358255-
CMYK0.010.7700
HSL299.39º100%61.37%-
HSV(B)299.39º77.25%100%-
XYZ60.0731.1397.45-
YUV138.76193.6209.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 58 (23.05% from 255) = 10.25%
BLUE value IS 255 (100% from 255) = 45.05%
R=44.70%
G=10.25%
B=45.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253582550.010.7700299.3910061.37
HexFD3AFF14D0012b643d
Octal3757237711150045314475
Binary111111011110101111111111001101001001010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3AFF; }

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

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

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

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

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

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

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

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