#F054FF

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

Shades of Pink Flamingo #F054FF

Tints of Pink Flamingo #F054FF

Color information

#F054FF (or 0xF054FF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 54 and FF. RGB value is (240,84,255). Sum of RGB (Red+Green+Blue) = 240+84+255=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 84 (33.20% from 255 or 14.51% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F054FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054FF is #0FAB00. Grayscale: #959595. Windows color (decimal): -1026817 or 16733424. OLE color: 16733424.

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

Color convert

RGB24084255-
CMYK0.060.6700
HSL294.74º100%66.47%-
HSV(B)294.74º67.06%100%-
XYZ57.1632.0997.79-
YUV150.14187.18192.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 84 (33.20% from 255) = 14.51%
BLUE value IS 255 (100% from 255) = 44.04%
R=41.45%
G=14.51%
B=44.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240842550.060.6700294.7410066.47
HexF054FF643001276442
Octal360124377610300447144102
Binary1111000010101001111111111010000110010010011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054FF; }

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

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

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

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

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

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

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

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