#f555ef

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

Shades of Pink Flamingo #F555EF

Tints of Pink Flamingo #F555EF

Color information

#F555EF (or 0xF555EF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 55 and EF. RGB value is (245,85,239). Sum of RGB (Red+Green+Blue) = 245+85+239=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F555EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555EF is #0AAA10. Grayscale: #959595. Windows color (decimal): -698897 or 15685109. OLE color: 15685109.

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

Color convert

RGB24585239-
CMYK00.650.020.04
HSL302.25º88.89%64.71%-
HSV(B)302.25º65.31%96.08%-
XYZ56.4832.1484.89-
YUV150.4178.01195.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 85 (33.59% from 255) = 14.94%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=43.06%
G=14.94%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458523900.650.020.04302.2588.8964.71
HexF555EF0412412e5941
Octal365125357010124456131101
Binary11110101101010111101111010000011010010010111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f555ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f555ef; }

 p { color: rgb(245,85,239); }

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

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

 a { background-color: rgb(245,85,239); }

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

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

 span { border-color: rgb(245,85,239); }

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