#F55DFF

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

Shades of Pink Flamingo #F55DFF

Tints of Pink Flamingo #F55DFF

Color information

#F55DFF (or 0xF55DFF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5D and FF. RGB value is (245,93,255). Sum of RGB (Red+Green+Blue) = 245+93+255=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 93 (36.72% from 255 or 15.68% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DFF is #0AA200. Grayscale: #9C9C9C. Windows color (decimal): -696833 or 16735733. OLE color: 16735733.

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

Color convert

RGB24593255-
CMYK0.040.6400
HSL296.3º100%68.24%-
HSV(B)296.3º63.53%100%-
XYZ59.6234.4698.12-
YUV156.92183.36190.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 93 (36.72% from 255) = 15.68%
BLUE value IS 255 (100% from 255) = 43.00%
R=41.32%
G=15.68%
B=43.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245932550.040.6400296.310068.24
HexF55DFF440001286444
Octal365135377410000450144104
Binary1111010110111011111111110010000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55DFF; }

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

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

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

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

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

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

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

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