#FF6CB5

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

Shades of Hot Pink #FF6CB5

Tints of Hot Pink #FF6CB5

Color information

#FF6CB5 (or 0xFF6CB5) is unknown color: approx Hot Pink. HEX triplet: FF, 6C and B5. RGB value is (255,108,181). Sum of RGB (Red+Green+Blue) = 255+108+181=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CB5 is #00934A. Grayscale: #A0A0A0. Windows color (decimal): -37707 or 11889919. OLE color: 11889919.

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

Color convert

RGB255108181-
CMYK00.580.290
HSL330.2º100%71.18%-
HSV(B)330.2º57.65%100%-
XYZ54.9435.3247.64-
YUV160.27139.7195.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=46.88%
G=19.85%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510818100.580.290330.210071.18
HexFF6CB503A1D014a6447
Octal377154265072350512144107
Binary11111111110110010110101011101011101010100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CB5; }

 p { color: rgb(255,108,181); }

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

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

 a { background-color: rgb(255,108,181); }

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

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

 span { border-color: rgb(255,108,181); }

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