#F55BFF

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

Shades of Pink Flamingo #F55BFF

Tints of Pink Flamingo #F55BFF

Color information

#F55BFF (or 0xF55BFF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5B and FF. RGB value is (245,91,255). Sum of RGB (Red+Green+Blue) = 245+91+255=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 91 (35.94% from 255 or 15.40% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BFF is #0AA400. Grayscale: #9B9B9B. Windows color (decimal): -697345 or 16735221. OLE color: 16735221.

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

Color convert

RGB24591255-
CMYK0.040.6400
HSL296.34º100%67.84%-
HSV(B)296.34º64.31%100%-
XYZ59.4534.1198.06-
YUV155.74184.02191.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 91 (35.94% from 255) = 15.40%
BLUE value IS 255 (100% from 255) = 43.15%
R=41.46%
G=15.40%
B=43.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245912550.040.6400296.3410067.84
HexF55BFF440001286444
Octal365133377410000450144104
Binary1111010110110111111111110010000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55BFF; }

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

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

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

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

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

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

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

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