#FF6CB1

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

Shades of Hot Pink #FF6CB1

Tints of Hot Pink #FF6CB1

Color information

#FF6CB1 (or 0xFF6CB1) is unknown color: approx Hot Pink. HEX triplet: FF, 6C and B1. RGB value is (255,108,177). Sum of RGB (Red+Green+Blue) = 255+108+177=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CB1 is #00934E. Grayscale: #9F9F9F. Windows color (decimal): -37711 or 11627775. OLE color: 11627775.

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

Color convert

RGB255108177-
CMYK00.580.310
HSL331.84º100%71.18%-
HSV(B)331.84º57.65%100%-
XYZ54.5435.1645.51-
YUV159.82137.7195.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=47.22%
G=20%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510817700.580.310331.8410071.18
HexFF6CB103A1F014c6447
Octal377154261072370514144107
Binary11111111110110010110001011101011111010100110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CB1; }

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

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

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

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

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

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

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

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