#FF60FB

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

Shades of Pink Flamingo #FF60FB

Tints of Pink Flamingo #FF60FB

Color information

#FF60FB (or 0xFF60FB) is unknown color: approx Pink Flamingo. HEX triplet: FF, 60 and FB. RGB value is (255,96,251). Sum of RGB (Red+Green+Blue) = 255+96+251=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 96 (37.89% from 255 or 15.95% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60FB is #009F04. Grayscale: #A0A0A0. Windows color (decimal): -40709 or 16474367. OLE color: 16474367.

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

Color convert

RGB25596251-
CMYK00.620.020
HSL301.51º100%68.82%-
HSV(B)301.51º62.35%100%-
XYZ62.8436.5995.02-
YUV161.21178.68194.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 96 (37.89% from 255) = 15.95%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=42.36%
G=15.95%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559625100.620.020301.5110068.82
HexFF60FB03E2012e6445
Octal37714037307620456144105
Binary11111111110000011111011011111010010010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60FB; }

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

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

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

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

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

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

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

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