#FF60F4

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

Shades of Pink Flamingo #FF60F4

Tints of Pink Flamingo #FF60F4

Color information

#FF60F4 (or 0xFF60F4) is unknown color: approx Pink Flamingo. HEX triplet: FF, 60 and F4. RGB value is (255,96,244). Sum of RGB (Red+Green+Blue) = 255+96+244=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 96 (37.89% from 255 or 16.13% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60F4 is #009F0B. Grayscale: #9F9F9F. Windows color (decimal): -40716 or 16015615. OLE color: 16015615.

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

Color convert

RGB25596244-
CMYK00.620.040
HSL304.15º100%68.82%-
HSV(B)304.15º62.35%100%-
XYZ61.7536.1689.31-
YUV160.41175.18195.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 16.13%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=42.86%
G=16.13%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559624400.620.040304.1510068.82
HexFF60F403E401306445
Octal37714036407640460144105
Binary111111111100000111101000111110100010011000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60F4; }

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

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

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

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

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

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

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

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