#F55CFF

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

Shades of Pink Flamingo #F55CFF

Tints of Pink Flamingo #F55CFF

Color information

#F55CFF (or 0xF55CFF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5C and FF. RGB value is (245,92,255). Sum of RGB (Red+Green+Blue) = 245+92+255=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 92 (36.33% from 255 or 15.54% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CFF is #0AA300. Grayscale: #9B9B9B. Windows color (decimal): -697089 or 16735477. OLE color: 16735477.

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

Color convert

RGB24592255-
CMYK0.040.6400
HSL296.32º100%68.04%-
HSV(B)296.32º63.92%100%-
XYZ59.5334.2998.09-
YUV156.33183.69191.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.39%
GREEN value IS 92 (36.33% from 255) = 15.54%
BLUE value IS 255 (100% from 255) = 43.07%
R=41.39%
G=15.54%
B=43.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245922550.040.6400296.3210068.04
HexF55CFF440001286444
Octal365134377410000450144104
Binary1111010110111001111111110010000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55CFF; }

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

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

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

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

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

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

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

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