#FF60F5

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

Shades of Pink Flamingo #FF60F5

Tints of Pink Flamingo #FF60F5

Color information

#FF60F5 (or 0xFF60F5) is unknown color: approx Pink Flamingo. HEX triplet: FF, 60 and F5. RGB value is (255,96,245). Sum of RGB (Red+Green+Blue) = 255+96+245=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 96 (37.89% from 255 or 16.11% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60F5 is #009F0A. Grayscale: #A0A0A0. Windows color (decimal): -40715 or 16081151. OLE color: 16081151.

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

Color convert

RGB25596245-
CMYK00.620.040
HSL303.77º100%68.82%-
HSV(B)303.77º62.35%100%-
XYZ61.936.2290.11-
YUV160.53175.68195.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 96 (37.89% from 255) = 16.11%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=42.79%
G=16.11%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559624500.620.040303.7710068.82
HexFF60F503E401306445
Octal37714036507640460144105
Binary111111111100000111101010111110100010011000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60F5; }

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

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

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

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

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

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

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

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