#FF55F8

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

Shades of Pink Flamingo #FF55F8

Tints of Pink Flamingo #FF55F8

Color information

#FF55F8 (or 0xFF55F8) is unknown color: approx Pink Flamingo. HEX triplet: FF, 55 and F8. RGB value is (255,85,248). Sum of RGB (Red+Green+Blue) = 255+85+248=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 85 (33.59% from 255 or 14.46% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F8 is #00AA07. Grayscale: #999999. Windows color (decimal): -43528 or 16274943. OLE color: 16274943.

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

Color convert

RGB25585248-
CMYK00.670.030
HSL302.47º100%66.67%-
HSV(B)302.47º66.67%100%-
XYZ61.4334.5392.23-
YUV154.41180.82199.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 85 (33.59% from 255) = 14.46%
BLUE value IS 248 (97.27% from 255) = 42.18%
R=43.37%
G=14.46%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558524800.670.030302.4710066.67
HexFF55F80433012e6443
Octal377125370010330456144103
Binary111111111010101111110000100001111010010111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55F8; }

 p { color: rgb(255,85,248); }

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

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

 a { background-color: rgb(255,85,248); }

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

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

 span { border-color: rgb(255,85,248); }

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