#F545FF

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

Shades of Pink Flamingo #F545FF

Tints of Pink Flamingo #F545FF

Color information

#F545FF (or 0xF545FF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 45 and FF. RGB value is (245,69,255). Sum of RGB (Red+Green+Blue) = 245+69+255=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 69 (27.34% from 255 or 12.13% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #F545FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F545FF is #0ABA00. Grayscale: #8E8E8E. Windows color (decimal): -702977 or 16729589. OLE color: 16729589.

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

Color convert

RGB24569255-
CMYK0.040.7300
HSL296.77º100%63.53%-
HSV(B)296.77º72.94%100%-
XYZ57.8330.8997.52-
YUV142.83191.31200.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 69 (27.34% from 255) = 12.13%
BLUE value IS 255 (100% from 255) = 44.82%
R=43.06%
G=12.13%
B=44.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245692550.040.7300296.7710063.53
HexF545FF449001296440
Octal365105377411100451144100
Binary1111010110001011111111110010010010010010100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F545FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F545FF; }

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

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

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

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

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

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

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

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