#FF51F4

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

Shades of Pink Flamingo #FF51F4

Tints of Pink Flamingo #FF51F4

Color information

#FF51F4 (or 0xFF51F4) is unknown color: approx Pink Flamingo. HEX triplet: FF, 51 and F4. RGB value is (255,81,244). Sum of RGB (Red+Green+Blue) = 255+81+244=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 81 (32.03% from 255 or 13.97% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51F4 is #00AE0B. Grayscale: #979797. Windows color (decimal): -44556 or 16011775. OLE color: 16011775.

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

Color convert

RGB25581244-
CMYK00.680.040
HSL303.79º100%65.88%-
HSV(B)303.79º68.24%100%-
XYZ60.5133.6888.9-
YUV151.61180.15201.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 81 (32.03% from 255) = 13.97%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=43.97%
G=13.97%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558124400.680.040303.7910065.88
HexFF51F4044401306442
Octal377121364010440460144102
Binary1111111110100011111010001000100100010011000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51F4; }

 p { color: rgb(255,81,244); }

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

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

 a { background-color: rgb(255,81,244); }

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

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

 span { border-color: rgb(255,81,244); }

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