#FF68B1

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

Shades of Hot Pink #FF68B1

Tints of Hot Pink #FF68B1

Color information

#FF68B1 (or 0xFF68B1) is unknown color: approx Hot Pink. HEX triplet: FF, 68 and B1. RGB value is (255,104,177). Sum of RGB (Red+Green+Blue) = 255+104+177=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68B1 is #00974E. Grayscale: #9D9D9D. Windows color (decimal): -38735 or 11626751. OLE color: 11626751.

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

Color convert

RGB255104177-
CMYK00.590.310
HSL330.99º100%70.39%-
HSV(B)330.99º59.22%100%-
XYZ54.1334.3345.37-
YUV157.47139.03197.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 104 (41.02% from 255) = 19.40%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=47.57%
G=19.40%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510417700.590.310330.9910070.39
HexFF68B103B1F014b6446
Octal377150261073370513144106
Binary11111111110100010110001011101111111010100101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF68B1; }

 p { color: rgb(255,104,177); }

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

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

 a { background-color: rgb(255,104,177); }

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

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

 span { border-color: rgb(255,104,177); }

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