#F55BF4

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

Shades of Pink Flamingo #F55BF4

Tints of Pink Flamingo #F55BF4

Color information

#F55BF4 (or 0xF55BF4) is unknown color: approx Pink Flamingo. HEX triplet: F5, 5B and F4. RGB value is (245,91,244). Sum of RGB (Red+Green+Blue) = 245+91+244=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BF4 is #0AA40B. Grayscale: #9A9A9A. Windows color (decimal): -697356 or 16014325. OLE color: 16014325.

HSL color Cylindrical-coordinate representation of color #F55BF4: hue angle of 300.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BF4 is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB24591244-
CMYK00.630.000.04
HSL300.39º88.51%65.88%-
HSV(B)300.39º62.86%96.08%-
XYZ57.7333.4389-
YUV154.49178.52192.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 91 (35.94% from 255) = 15.69%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=42.24%
G=15.69%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459124400.630.000.04300.3988.5165.88
HexF55BF403F0412c5942
Octal36513336407704454131102
Binary111101011011011111101000111111010010010110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55BF4; }

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

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

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

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

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

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

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

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