#FF54F6

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

Shades of Pink Flamingo #FF54F6

Tints of Pink Flamingo #FF54F6

Color information

#FF54F6 (or 0xFF54F6) is unknown color: approx Pink Flamingo. HEX triplet: FF, 54 and F6. RGB value is (255,84,246). Sum of RGB (Red+Green+Blue) = 255+84+246=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 84 (33.20% from 255 or 14.36% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54F6 is #00AB09. Grayscale: #999999. Windows color (decimal): -43786 or 16143615. OLE color: 16143615.

HSL color Cylindrical-coordinate representation of color #FF54F6: hue angle of 303.16º 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 #FF54F6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB25584246-
CMYK00.670.040
HSL303.16º100%66.47%-
HSV(B)303.16º67.06%100%-
XYZ61.0434.2590.58-
YUV153.6180.15200.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 84 (33.20% from 255) = 14.36%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=43.59%
G=14.36%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558424600.670.040303.1610066.47
HexFF54F60434012f6442
Octal377124366010340457144102
Binary1111111110101001111011001000011100010010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF54F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF54F6; }

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

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

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

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

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

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

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

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