#F054FB

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

Shades of Pink Flamingo #F054FB

Tints of Pink Flamingo #F054FB

Color information

#F054FB (or 0xF054FB) is unknown color: approx Pink Flamingo. HEX triplet: F0, 54 and FB. RGB value is (240,84,251). Sum of RGB (Red+Green+Blue) = 240+84+251=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F054FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054FB is #0FAB04. Grayscale: #959595. Windows color (decimal): -1026821 or 16471280. OLE color: 16471280.

HSL color Cylindrical-coordinate representation of color #F054FB: hue angle of 296.05º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F054FB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24084251-
CMYK0.040.6700.02
HSL296.05º95.43%65.69%-
HSV(B)296.05º66.53%98.43%-
XYZ56.5231.8394.43-
YUV149.68185.18192.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 84 (33.20% from 255) = 14.61%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=41.74%
G=14.61%
B=43.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240842510.040.6700.02296.0595.4365.69
HexF054FB443021285f42
Octal360124373410302450137102
Binary11110000101010011111011100100001101010010100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054FB; }

 p { color: rgb(240,84,251); }

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

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

 a { background-color: rgb(240,84,251); }

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

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

 span { border-color: rgb(240,84,251); }

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